CENTER {
		font-family: Verdana, Arial;
		font-size: 11px;
}

BODY {
		font-family: Verdana, Arial;
		font-size: 11px;
}

H1 {
	font-family: Verdana, Arial;
	font-size: 26px;
	text-align : center;
	text-decoration : underline;
}

H2 {
	font-family: Verdana, Arial;
	font-size: 18px;
	font-style : italic;
}

TABLE {
		font-family: Verdana, Arial;
		font-size: 11px;
}

A  {
	text-decoration : none;
}

A:Visited  {
	text-decoration : none;
}

A:Active  {
	text-decoration : none;
}

A:Hover  {
	color : Gold;
	text-decoration : underline;
}

PRE {
		font-size: medium;
}

