


body { 
text-align: center; 

background: black;
} 

.content { 
text-align: left; 
width: 750px; 
height: 100px; 
background: gray; 
padding: 15px; 
margin: 15 auto; 
} 

.links{
text-align: center;
font-family: arial;
}


a:link { 
	color: white;

}
a:visited { 
	color: white;
	}
a:hover { 
	color: #cccccc;
	background-color: #333333;
	text-decoration: none;
	}
a:active { 
	color: white;

text-decoration: none;
	}

.counter {
padding: 5px; 
margin: 5 auto;


width: 750px; 
height: 35px;
background: black;

 }

