BODY {
	color : #FFFF33;
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : normal;
	text-align : center;
	text-indent : 5px;
}

A {
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bolder;
	color: White;
	text-indent : 5px;
	}

A:HOVER {
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
	color: #FFCC00;
	text-indent : 5px;
	}