@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFD4D8;
    background-repeat: repeat;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
body,td,th {
	color: #59102D;
	font-family: verdana,arial;
	font-size: 12px;
	font-weight: bold;
}
a:link {
	text-decoration:none;
	color: #841743;
}
a:active {
	text-decoration:none;
	color: #8B1946;
}
a:hover {
	text-decoration:underline;
	color: #FE4706;
}
a:visited {
	text-decoration:none;
	color: #8B1946;
}
a:link img.thumb, a:visited img.thumb{
	border: 1px dashed #75153B;
}
a:hover img.thumb {
	border: 1px solid #75153B;
}
.toplist {
    font-family:verdana;
    font-size:8.75pt;
    font-weight:bold;
    margin-bottom:25px;
    margin-top:15px;
    color:#fd4707;
    margin-right:5px;
}
.bottom {
	padding: 10px;
}

