


body	{ background: #1F1D18; }


font, body, td, b, a, p, center, img {
	font-family:Gothic Century, Arial, Helvetica, Verdana, Sans-serif;
}

font, body, td, b, p, center, img {
	color: gray;
}
.black{ color: black }
.white{ color: white }
.gray{ color: gray }
.olive{ color: olive }
.navy{ color: navy }
.purple{ color:ff00cc }
.aqua{ color: aqua }
.lawngreen{ color: chartreuse}
.blue{ color: blue }
.red { color: red }
.yellow { color: yellow }
/*{ font-size: 9pt; }*/


:link	{ color: gray; text-decoration: none; }
:visited{ color: gray; text-decoration: none; }
:active	{ color: gray;text-decoration: none; }
:hover	{ color: red; text-decoration: none; }