@charset "utf-8";
/* eKO css*/
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

/* links here */
a:link {
	color: #FF3300;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
}
a:visited {
	color:#999;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
	
}
a:active {
	color: #FF3300;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;

}


</style>

