/* Sylversite 2008 Style Sheet (top)
	 ( c ) 2008 Ruben Hendrickx 
	 ruben@technoindustries.be
	 */
	 
body {
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #191919;
}
	 
td {
	vertical-align: top;
}

.top {
	background-image: url("/08/lay/top_back_player.gif");
	background-repeat: no-repeat;
	background-position: bottom center;
}

p, li, th, td {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	line-height: 1em;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

/* hyperlinks */
a, a:link, a:visited, a:hover {
	color: #b0b0b0;
	text-decoration:none;
}

p a, p a:link, p a:visited {
	color: #b0b0b0;
	border-bottom: 1px #ec4fa7 solid;
}

p a:hover {
	color: #ffffff;
	border-bottom: 1px #e30582 solid;
}


