.bg{
	text-decoration:none;
	color:white; 
	width:170px;
	height:30px;
	text-align:center;
	background-color: #c03;
	margin:0px;
}
.bg:hover{
	background-color:#888;
}

