A:LINK, A:VISITED {
	color : #0066CC;
	text-decoration : none;
	font-weight : bold;
}

A:HOVER {
	color : Black;
	text-decoration : underline;
}

BODY{
	color : White;
	}
	
H1{
	font-family : Arial, Helvetica, sans-serif;
	color : White;
	font-size : larger;
	padding-bottom : 0px;
	padding-top : 0px;
}

.info {
	font-family : Arial, Helvetica, sans-serif;
	color : White;
	font-size : 12px;
}

.copyright{
	text-align : center;
	font-size : x-small;
	color : White;
}
