body {
	font-family: "Trebuchet MS", Verdana, Sans-serif;
	}

h2, h3 {color:#339}

/*
These color rules need to coincide with body attributes to work in NN4

*/
a, a:link {
	color: #339;
	font-weight: bold;
	text-decoration: none;
	}

a:visited {
	color: #669;
	}

a:hover {
	background-color: #fff;
	color: #339;
	}



