.link1 {
	font-family: "Lucida Console";
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #0066CC;
	text-align: center;
	vertical-align: middle;
	list-style-type: lower-alpha;
	width: 30px;
	height: 10px;






}
.link1:hover {
	font-family: "Lucida Console";
	font-size: 14px;
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFCC00;


}
