.button, .button:link, .button:visited {
	border-right: #003366 1px solid;
	border-left: #b7cfeb 1px solid;
	border-top: #cbe3ff 1px solid;
	border-bottom: #003366 2px solid;
	padding: 1px 2px 1px 2px;
	font-weight: bold;
	font-size: 75%;
	background: navy;
	color: white;
	line-height: 120%;
	font-family: Arial;
	position: relative;
	text-decoration: none;
	text-align: center;
	width: 50px;
	height: 20px
	
}
.button:hover {
	color:#C7D2DC;
	text-decoration: none;
}