a:link
{
	text-decoration: none;
	color: rgb(230, 230, 230);
}
a:visited
{
	text-decoration: none;
	color: rgb(230, 230, 230);
} 
a:active 
{
	text-decoration: none;
	color: rgb(230, 230, 230);
}
a:hover 
{
	text-decoration: none;
	color: rgb(200, 10, 10);
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: rgb(15,0,15);
	color: rgb(230, 230, 230);
}

td   { 
   border: 1px;
}

p	{
	margin-bottom: 4px;
	margin-top: 4px;
}

td.header {
   text-align: center;
   font-family: Arial;
   height: 18px;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial;
}
h1
{
	color: rgb(230, 230, 230);
}
h2
{
	color: rgb(230, 230, 230); 
}
h3
{
	color: rgb(230, 230, 230); 
}
h4
{
	color: rgb(230, 230, 230);
}
h5
{
	color: rgb(230, 230, 230);
}
h6
{
	color: rgb(230, 230, 230);
}
