BODY {
	background : #2782B7;
	font : 12pt Georgia;
	color: White;
}

H1 {
	font-size : larger;
}

A:VISITED {
	color: White;
	text-decoration: none;
}


A:HOVER {
	color : Yellow;
	text-decoration: underline;
}

A:LINK {
	color : White;
	text-decoration: none;
}

A:ACTIVE {
	color : Yellow;
	text-decoration: none;
}



H2 {
	font-size : 16pt;
}

TABLE {
	font : 12pt Georgia;
	color: White
}
