#front {
	font-family: Verdana, Arial, Helvetica;
	font-size: 18px;
	text-align: center;
}

#front a  {
	color: #fff;
	margin: 0 10px 0 10px;
	text-decoration: none;
	border-bottom: 1px solid #999;
}

#front a:hover {
	color: #900;
}

.copyright {
	color: #666666;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	padding-bottom: 0px;
}

A:link.foot, A:visited.foot, A:active.foot {
	color: #666666;
	text-decoration: none;
	border-top-width: 1px;
	border-top-color: #666666;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-right-color: #666666;
	border-right-style: solid;
	border-left-width: 1px;
	border-left-color: #666666;
	border-left-style: solid;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 4px;
	padding-bottom: 4px;
}
	
A:hover.foot {
	color: #FFFFFF;
	text-decoration: none;
}