body {
        background: #ffffff;
        margin-left: 20px;
        margin-top: 20px;
}

.ace {
	font-family: tahoma, verdana;
	font-size: 18pt;
	color: #333333;
	text-decoration: none;
	text-align: center;
             letter-spacing: 15px;
             background: #eeeeee;
}


.borders {
             border-top: thin solid #333333;
             border-bottom: thin solid #333333;
             border-right: thin solid #333333;
             border-left: thin solid #333333;
             background: #eeeeee;
             width: 85%
}

.toplist {
             background: #71706E;
             color: #eeeeee;
             font-size: 11pt;
             text-decoration: none;
             width: 20%;
             text-align: left;
             font-family: tahoma, verdana;
}

a {
 	font-family: tahoma, verdana;
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
             letter-spacing: 2px;
	text-align: center;

}

a:hover {
	text-decoration: overline underline;
             color: #3366bb;
}