BODY, TD {
	color: White;
	font: normal 300 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
A.1 {
	color: #B3FFB8;
	font-weight: 400;
	font-weight: bold;
	text-decoration: none;
	text-decoration: blink;
}

A.1:Hover {

	color: #FFD700;
	font-weight: 500;
	font-weight: bold;
	cursor: crosshair;
	height: 5px;
}

A {
	color: #B3FFB8;
	font-weight: 400;
	font-weight: bold;
	text-decoration: none;

}

A:Hover {
	text-decoration: blink;
	color: #FFD700;
	font-weight: 500;
	font-weight: bold;
	cursor: crosshair;
	height: 5px;
}


H1 {
	background : #228B22 none;
	color : #FF6347;
	font-size : 150%;
}

H2 {
	background: #228B22 none repeat-x scroll left;
	color: #000000;
	font-size: 125%;
}

H3, H4, H5, H6 {
	font-size : 90%;
}

P {
	background : #A9A9A9 none;
	color : #2F4F4F;
	font : 400 normal 110% Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding : 2% 2% 2% 2%;
}

TH {
	background : #000000 none;
	color : #DCDCDC;
	font-size : 115%;
	font-weight : 600;
}


