BODY {
	color : White;
	background-color : Black;
	font-family : Tahoma, Arial, Helvetica, sans-serif, sans-serif;
	font-size : 12pt;
	text-align : center;
	background-image : url('starback.jpg');
}

A {
	color : Red;
	text-decoration : none;
	font-weight : bold;
}

A:HOVER {
	color : Red;
	text-decoration : underline;
	font-weight : bold;
}

H2 {
	font-size: 16pt;
	font-weight : bolder;
}