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

h1 {
		  font-size: 1.67em;
		  margin: 0.33em 0;
		  color:#339
	}

h2, h3, h4 {color:#339}

p {color:#008000}
/*
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 {
	color: #006600;
	}

.caption {color:#008}

td.legal {
	color:#008;
	font-size: 8pt;
	font-style: italic;
	}

p.nav {
	font-size: 1.67em;
	color:#339;
	margin: 0.33em;
	}

a.nav:hover {
	content: url('/pictures/tylera.png');
	}
