/* CSS definition file containing sitestyle stylesheets */
BODY {
	background-color: rgb(256,256,256);
}
body, p, td { font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; }
A:link  {
	color: #000000;
	font-style: normal;
	text-decoration: none;
	cursor: hand;
	font-size: 8pt;
}
A:visited  {
	color: #000000;
	font-style: normal;
	text-decoration: none;
	cursor: hand;
	font-size: 8pt;
}
A:active  {
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
	font-size: 8pt;
}
A:hover {
	color: #9d1616;
	font-style:normal;
	text-decoration: underline;
	font-size: 8pt;
}
td {
	color: #000000;
	font-style: normal;
	text-decoration: none;
	font-size: 8pt;
}

