/* prevents styles being used by NN4 and IE4 */
@import "3g.css";

/* This is the general stylesheet that controls simple styling rules
that will be executed by basic/old browsers such as NN4
TODO: get rid of fixed font size. Consider using percentage in body
and em's in content. */

body {
	background: #F2F2F2;
}

body, p, ul, li, #text {
	font: 10pt Helvetica, Arial, sans-serif;
	color: #333333;
	line-height: 1.8em;
}

h1, h2, h3 {
	font-size: 11pt;
	font-weight: normal;
	color: #24497B;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
	display: block;
}

a:link {
	color: #827534;
}

a:visited {
	color: #625514;
}

a:hover {
	color: #C2B574;
}

a:active {
	color: #FFFFFF;
}