a:link {
	font-family: "American Typewriter";
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:hover {
	font-family: "American Typewriter";
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a:active {
	font-family: "American Typewriter";
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a.link2:hover {
	color: #FF0000;
	text-decoration: none;
	font: bold 12px "American Typewriter";
}
a.link2:active {
	font-family: "American Typewriter";
	font-size:12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

