@charset "utf-8";

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #E49224;
}

body {
	margin-top: 0px;
	background-color: #000;
	font-family: tahoma;
	font-size: 13px;
	color: #666;
}

