a:link		{color: #ffffff; text-decoration: none}
a:visited	{color: #cccccc; text-decoration: none}
a:active	{color: #ff0000; text-decoration: none}
a:hover		{color: #ffff00; <!--background: #660f0f;--> text-decoration: none}
h1, h2, h3, h4 {
	color: white;
	background: transparent;
	font-family: verdana;
	}
h1 {font-size: 200%;
	text-align: center;
	}
h2 {font-size: 175%}
h3 {font-size: 150%}
h4 {font-size: 125%}
body, table {
	color: #ffffff;
	background:#660f0f;
	font-size: 10pt;
	font-family: verdana;
	text-align: justify;
	}
body {margin: 10px 25px 10px 25px}
.spec {color:#ff0000; font-size: 275%}
.new {color:#ff0000}
.footer {color:#000000; font-size: 70%; text-align: right}
.gold {background:#ceb669}
.norm {text-align: left}
.left {text-align: left}
.cntr {text-align: center}
.rght {text-align: right}
.just {text-align: justify}
.bold {font-weight: bold}
.indent {
	margin-left: 50; 
	padding: 2em 0 2em 0;
	}
