@charset "utf-8";
/*
BASIC.CSS
Core style rules + old browser support
*/

html, body 
{
    height: 100%;
}

body {
	background: #fff;
	font: 13px Arial, Helvetica, sans-serif;
	color: #b2b2a1;
	text-align:center; /* horizontal centering for IE Win quirks */
}

a {
	text-decoration: none;
	color: #b2b2a1;
}

a:hover, :focus {
	color: #e16200;
}

a:active, :focus {
	outline: none;
}
