#contact {
    font-family: Arial;
	font-size: 300%;
	margin-top: 20%;	
	text-align: center;	
}

#contact a {
   text-decoration: none;
   color: #555;
   
}

#contact a:hover {
   text-decoration: underline;
   color: #000;
}