@charset "utf-8";
body {
	background-color: #38373C;
	margin-top: 0px;
} 
a {
	text-decoration: none;
	color: #F60;
}

a:hover {
	text-decoration: none;
	color: #FF0;
}
