a:link {
	font-family: futura;
	font-size: 12px;
	font-style: 0;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}
a:hover {
	font-family: futura;
	font-size: 12px;
	font-weight: bolder;
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	font-family: futura;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}