BODY {
	background-color: White;
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	border : 0;
	padding : 1;
	background-image : url("img/ring.gif");
	background-position : center;
	background-repeat : no-repeat;
	font-size : 85%;
}
TD {
	background-color: transparent;
	font-family : Arial, Helvetica, sans-serif;
	border : 0;
	padding : 1;
	font-size : 85%;
}
TH{
	color : Black;
	border : 0;
	padding : 1;
	font-weight : normal;
	font-size : 85%;
}

H1,H2,H3,H4,H5,H6,P,OL,UL,LI {
	font-family : Arial, Helvetica, sans-serif;
}

A {
	text-decoration: none;
	font-size : 85%;
}

A:Hover {
	text-decoration: none;
	font-weight : bolder;
	font-variant : normal;
	font-size : 85%;
}


