body {
	color: Black;
	text-decoration: none;
	cursor: hand;
	font-family : Arial, Helvetica, sans-serif;

scrollbar-face-color:#079FB5;
scrollbar-highlight-color:#000000;
scrollbar-3dlight-color:#079FB1;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#E6E6FF;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#FAF8E9;
background-repeat:no-repeat;


}
A {
	color: Black;
	text-decoration: none;
	cursor: hand;
	font-family : Arial, Helvetica, sans-serif;
}

A:link {
	color: Black;
	text-decoration: none;
	cursor: hand;
}

A:visited {
	color: Black;
	text-decoration: none;
	cursor: hand;
}

A:active {
	color: Black;
	text-decoration: none;
	cursor: hand;
}

A:hover {
	color: Red;
	text-decoration: none;
	cursor: hand;
}
TD {
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
	font-size : smaller;
}