p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.maillink {
	font-size: 12px;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:active {
	color: black;
	text-decoration: none;
}			

a:hover {
	color: darkred;
	text-decoration: none;
}