BODY {
	color: #282828;
	background-color: #C9C9C9;
	background-position : center;  
	background-repeat : no-repeat;  
	background-attachment : fixed; 
	background-image:url(/images/Totenkopf_500_yellow-chrome.jpg) 
}

A {
	color: #CC0000;
}

A:HOVER {
	background-color : #CC0000;
	color : #FFFFFF;
	text-decoration : none;
}
a:visited {
	color: #480000;
}

a:active {
	color: #FFCC00;
}