@charset "utf-8";
/* CSS Document */

body 
{
    margin:0;
    background-color:#202020;
}

.style1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}
.style2 {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 13px;
	color: gold;
	text-decoration: none;
}
.style2:hover {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 13px;
	color: #b1912e;
	text-decoration: none;
}
.style3 {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffbb83;
}
.style4 {
	font-family: Tahoma;
	font-size: 11px;
	color: #b1b1b1;
}
.style5 {
	font-family: Tahoma;
	font-size: 11px;
	color: #ceb163;
}
.altmen
{
    font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;
	line-height:17px;
}
.altmen:hover
{
	color: red;
}
