a:link {
	color: #B4D5DC;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: line-through;
}
.boxes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #666666;
	height: 20px;
	width: auto;
	border: thin solid #999999;
}
.boxbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #666666;
	height: auto;
	width: auto;
	border: thin solid #999999;
}
a:visited {
	color: #7999A6;
	text-decoration: none;
}
