/* CSS Document */

body {
	background-color:#000000;
	text-align:center;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:smaller;
	
	}
	
a {
		color:#333333;
		text-decoration:none;
		
	}
	
a:hover {
	border-bottom:thin #333333 dotted;
	color: #333333;
		}

		
#footer{
	clear:both;
	width:100%;
	height:70px;
	text-align:center;
	font-size:1em;
	padding-top:50px;
	color: #333333;
		}
		
#footer a {
		text-decoration:none;
	    color:#333333;
		border-bottom:dotted #333333 thin;
		}
		
#footer  a:visited {
		color:#333333;
		}
		
#footer a:hover {
		border-bottom:dotted #333333 thin;
		}
		
.zammer {
		color:#333333;
		}

.zammer a{
		border-bottom:none;
		color:#333333;
		}
		
.zammer a:hover {
		border-bottom:dotted #333333 thin;
		color:#333333;
		}
		
.zammer  a:visited {
		color:#333333;
		}
