@charset "utf-8";

/*****************************************
	Back Ground Color [Yellow]
*****************************************/
html {
	background:#FF0;
	color:#333;
}
a:link { color: #00F; }
a:visited {	color: #00F; }
a:hover { color: #F00; }
a:active { color: #F00;}
table th span,
table td span {
	color: #333 !important;
}
