body, td, b, i, div, p { font-family: Verdana; font-size: 10pt; }

	
A:ACTIVE {
	color : Red;
	background-color : Silver;
	text-decoration : none;
	font-weight : bold;
}

A:HOVER {
	background-color : Silver;
	color : Red;
	text-decoration : none;
	font-weight : bold;
}

A:LINK {
	color : Navy;
	text-decoration : none;
	font-weight : bold;
}

A:VISITED {
	color : #990033;
	text-decoration : none;
	font-weight : bold;
}

.info {
	background-color : #FFFFCC;
	color : Red;
}

H1 {
	color : Maroon;
	font-size : 12pt;
	font-weight : bold;
}

