BODY {
	background : Black;
	font : small Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : White;
}
TABLE {
	border : thin ridge #1069AA;
}

TH {
	background : #006699;
	color : White;
}

TR {
 	background-color: #DDDDDD;
	color : Black;
}

H1 {
	text-align : center;
}

P {
	text-justify : auto;
	text-align : justify;
}

TD {
	border: none;
}

A:link
{
	color: #003347;
}

A:visited
{
	color: #8A2BE2;
}

A:active
{color: #8A2BE2}

A:hover
{background-color: #008000;
color: #FFFFFF;
text-decoration: none}

.bottom {
margin:5px;
}