a:link
{
	color: red; 
	text-decoration:none;
}
a:visited
{
	color: red;
	text-decoration:none;
} 
a:active 
{
	color: red;
	text-decoration:none;
}
body
{
	font-family: Courier new Bold;
	background-color: black;
	color: white;
}
table
{
	background-color: black;
}
td
{	background-color: black;

}
h1, h2, h3, h4, h5, h6
{
	font-family: Courier new Bold;
      color: white;
}
