@charset "UTF-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.875rem;
	color:#5e5e5e;
	line-height:1.5;
	background:#131313;
	}
a{
	text-decoration:none;
	color:#333;}
a:hover, a:focus{
	text-decoration:none;
	color:#d98500;}
