.box1 {
	float:left;
	width: 150px;
	height: 50px;
	line-height: 150%;
	text-align: center;
	border:5px outset navy;
	font-family:Arial,Verdana;
	font-size:small;
	font-weight:bold;

}
.box1 a {
	text-decoration: none;
	display: block;
	color:navy;
}
.box1 a:hover {
	background: navy;
	color: white;
	display: block;
	text-decoration: none;
}