BODY { background-color:black; 
        font-family:Verdana,Arial,Helvetica,sans-serif;
	margin-top: 0;}

h1  {
	font-weight : bold;
	font-size : 100%;
	text-align :left;
	color : #BC9238;
}

P{	font-size:80%;
	font-weight:normal;
	color : #ffcc99;
}

TD  {
	font-size : 80%;
	vertical-align : top;
	font-weight:normal;
	text-align:left;
	color : #ffcc99;
}

.link{font-size:80%;
	font-weight:normal;
	text-align:left;
	}



a:link {color:#FF8000; text-decoration:underline; }
a:visited {color:#AA5600; text-decoration:underline; }
a:hover {color:red;text-decoration:underline}
a:active {color:#FF8000; text-decoration:underline; }

