.mail a {
	color: #660000;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	display: block;
}
.mail a:hover {
	color: #CC6600;
	text-decoration: none;
}
