BODY, TD {
	font-family : Arial, Helvetica, sans-serif;
	color : Red;
	background-color : Black;
}

.dimmed {
	color: Maroon;
}

.textnav {
	font-size : 8pt;
	color : Gray;
}

A.textnav:link, A.textnav:visited {
	color : Gray;
}
 
A.textnav:hover {
	color : Silver;
}
 
A.textnav:active {
	color : Red;
}
 
 .textnav_current {
	font-weight : bold;
	font-size : 10pt;
}

.bigtitle{
	font-size: 50pt;
	text-decoration : none;
	font-weight : bold;
}

.title{
	font-size: 32pt;
	text-decoration : none;
	font-weight : bold;
}

ADDRESS {
	color : Gray;
}

ADDRESS A:link , ADDRESS A:visited {
	color : Gray;
}