/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
	background-color: #000000;
	font-family: Arial,sans-serif;
	color: #FFFFFF;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}
#stats{
 font-size: 55%;
 font-weight: normal;
 align: right;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	text-decoration: underline;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
	text-decoration: underline;
}
h1, h2, h3, h4, h5 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
h1{
 font-size: 150%;
}
h2{
 font-size: 120%;
}
h3{
 font-size: 100%;
 font-weight: normal;
}
h4{
 font-size: 75%;
 font-weight: normal;
}
h5{
 font-size: 60%;
 font-weight: normal;
}
td{
	padding: 3px
}