/* CSS Document */

body {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	background-color: #000000;
}

.main {
background-color:#FFFFFF;
text-align: center;
}

.promos {
background-color: #CCCCCC;
text-align: center;
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	line-height: 18px;
}
a.bodytext {
	text-decoration: none;
}
a.bodytext:hover {
	text-decoration: ounderline;
	color: #4F00FF;
} 

.toplist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
a.toplist {
	text-decoration: none;
}
a.toplist:hover {
	text-decoration: ounderline;
	color: #4F00FF;
} 