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

h2, h3 {color:#88339}

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

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

a:visited {
	color: #FF9900;
	}

a:hover {
/*	background-color: #FFFFFF;	*/
	color: #FF0000;
	}


