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: #063;
	font-size: xx-large;
	text-decoration: underline;
	font-style: italic;
}
p {
	font-family: Courier New, Courier, monospace;
}

