/* Clear2 - CSS style sheet */

body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(ee,cc,cc);
	color: rgb(0, 0, 55);
	font-size : 14px;
}

a
{
	color : #990000;
	font-family : "Verdana, Arial, Helvetica";
	/* font-size : 11px; */
	font-weight : bold;
	text-decoration : underline;
}

a:hover
{
	color : #990000;
	font-family : "Verdana, Arial, Helvetica";
	background-color: #ffff88;
	font-weight : bold;
	text-decoration : underline;
}

hr
{
	color : #404040;
	width : 95%;
	height : 1px;
}


