/* Simple Design */

body{
	font-family:Arial, Helvetica, sans-serif; /* Font Style */
	font-size:medium;
	background-color:#000;
	margin: 0px auto;
}

h1{
	color:#317023;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
	color: #563F23;
}




.Bold_Green_Title {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #317023;
}
.Red_text {
	color: #F00;
}
.Yellow_text {
	color: #FF0;
}
