BODY {
	background: #000000 none;
	color: Black;
	font: 400 normal 100% Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url(../greenblur.jpg);
	background-repeat: repeat;
}

A {
	background: transparent none;
	color: Lime;
	font-weight: 500;
	text-decoration: underline;
	background-color: transparent;
}

H1 {
	background: transparent none;
	color: Lime;
	font-size: 150%;
}

H2 {
	background: transparent none;
	color: Lime;
	font-size: 110%;
	margin-left: 2%;
}

H3 {
	color: Lime;
	font-size: 110%;
	margin-left: 3%;
}

H4 {
	color: Lime;
	font-size : 110%;
	margin-left: 4%;
}

H5 {
	color: Lime;
	font-size: 60%;
	margin-left: 5%;
}


H6 {
	font-size : 90%;
}

P {
	background: transparent none;
	color: Lime;
	font: 400 normal Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 1% 1% 1% 5%;
}

TH {
	background: transparent none;
	font-size: 115%;
	font-weight: 600;
}

TD {
	text-align: center;
	vertical-align: middle;
}

