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

html, body {
background-color: #f9f7f5;
margin:0;
padding:0;



}



body {
	font-family: Arial Black;
	text-transform: uppercase;
	font-size: 9px;
	line-height:1.5;
	color: #000;
	text-align: justify;
}




a, a:visited, a:active, a:link {
        color: #008752;
        font-weight:bold;
        text-decoration: underline;
}
a:hover { color:#000;
}


#content {
font-family:Arial, Helvetica, sans-serif;
text-decoration: none;
text-transform:none;
text-align: left;
font-size: 12px;
width: 700px;
margin: auto;
}







