
#top{
	width: 100%;
	height: 250px;
	background-color: #0275e2;
	text-align: center;
}

.left_hover a{ 
	width:100px; 
	height:30px; 
	background:red; 
	color:black; 
	display:block
 }
 
.left_hover a:hover{ 
	background:#acddde; 
	color:white
 }
 


 



