body {
	background-color: #000000;
}

body, td, th, h3, h6 {
	color: #330000;
	font: Arial, Helvetica, small;
	
}

h1, h2, h4, h5 {
  color: #660000;
}

a.nav:link {color: red; text-decoration: none; }
a.nav:visited {color: purple; text-decoration: none; }
a.nav:hover {color: orange; text-decoration: underline; }
a.nav:active {color: blue; }

a.external:link {color: #0000ff; font-size: 18pt; font-weight: bold; }
a.external:visited {color: #894f7b; font-weight: bold; }
a.external:hover {text-decoration: overline; background-color: #003399; }
a.external:active {color: red; } 


