BODY, P, TABLE, TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}		

A, A:VISITED {
	font-weight: normal;
	font-style: normal;
	color: blue;
	text-decoration:underline;
	padding:4px;
	}

A:HOVER {
	background-color:#666666;
	color:#FFFF00;
	text-decoration:none;
}