/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
	background-color: #000000;
	font-family: Arial,sans-serif;
	color: #FFFFFF;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
h1{
 font-size: 110%;
}
h2{
 font-size: 114%;
}
h3{
 font-size: 80%;
 font-weight: lighter;
}
h4{
 font-size: 90%;
 font-weight: normal;
}
h5{
 font-size: 100%;
}
td{
	padding: inherit
}