@charset "utf-8";
/* CSS Document */

body {
	background-color: #444444;
	margin-top: 0px;
}

a.arrows:link, a.arrows:visited, a.arrows:active{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}
 a.arrows:hover{
	color: #99CC66;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
 }