a:link {
	font-family: Georgia;
	color: #000000;

}

a:hover {
	font-family: Georgia;
	text-decoration: none;
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}

a:active {
	font-family: Georgia;
	color: #FF0000;
}

.linkaltro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	text-decoration: underline;
}

