a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #D7D7D7;
}
a:active {
	text-decoration: none;
	color: #FF66FF;
}
.contact {
	font-size: 9px;
	color: #FFFFFF;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-width: medium;
	border-right-width: medium;
	border-left-width: medium;
	width: 56px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #888888;
	border-bottom-width: medium;
	letter-spacing: 1px;
	text-align: center;
	position: absolute;
	display: block;
	font-weight: bold;
	height: 64px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.contact:hover {
	background-color: #FF6600;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
