BODY {
	color : #000000;
	background-color : White;
	font-family : Verdana, Arial, sans-serif;
	font-size : x-small;
	font-weight : bold;
	text-align : left;
}

A {
	color : #00cc00;
	text-decoration : none;
	font-family : Arial, sans-serif;
	font-size : small;
	font-weight : bold;
}

A:VISITED {
	color : #00cc00;
	text-decoration : none;
	font-size : small;
	font-weight : bold;
}

A:HOVER {
	color : #009900;
	text-decoration : underline;
	font-size : small;
	font-weight : bold;
}