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

body{
	font-family:Verdana, MS Trebuchet, Arial, sans-serif;
	font-size:10px;
	margin:0px;
	padding:0px;
	background:#546038;
}

h2{

    font-family:arial,sans-serif;

    font-size:14px;

    font-weight:bold;

    font-color:#666666;

}

a:link {
color: #602f15;
}
a:visited {
color: #2a1104;
}
a:active {
color: #602f15;
}
a:hover {
color: #2a1104;
text-decoration: underline;
}
a {
text-decoration: none
}
