.global {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 8pt;
	COLOR: #000000;
}

A {
	font-family: Verdana;
	font-size: 9pt;
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

A:hover {
	color: yellow;
}

BODY {
	background-color: #33CCFF;
}