body {
	background-color: #000;
	color: #fff;
	margin: 0px;
} 

.rightm {
	position: absolute;
	top : 20px;
	left: 850px;
	right: 10px;
	width: 150px; 
}

.content {
	width: 750px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;	
}

.tgp {
       width: 700px;
       margin-top: 10px;
       margin-bottom: 0px;
       margin-left: 50px;
       margin-right: 0px;
       background-color: #434343;
}

.strip {
       background-color: #6B6B6B;
}

.max {
	width: 100%
}

a img {
        margin: 0px;
}

a.top {
        text-decoration: none;
	color: #804040;
}

a.top:hover {
	color: #FF0000;
}

a.top:active {
	color: #804040;
}

a.top:visited {
	color: #804040;
        text-decoration: none;
}  

a.lnk {
        text-decoration: none;
	color: #FFFF00;
}

a.lnk:hover {
	color: #FF0000;
}

a.lnk:active {
	color: #FFFF00;
}

a.lnk:visited {
	color: #FFFF00;
        text-decoration: none;
}   

.georgia1 {
        text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}

.georgia2 {
        text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}    

.verdana1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}   