.mailto {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FF0000;
	text-decoration: none;
	line-height: normal;
	font-size: 10px;

}
a.mailto:hover {
	text-decoration: underline;
	color: #000000;
}
