.title-big {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
}
.title-medium {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #999999;
}
.body-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	line-height: 1.8em;
}
.footer-text {
	font-family: Helvetica, sans-serif;
	font-size: 0.6em;
	color: #999999;
}
.body-small {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	letter-spacing: normal;
	word-spacing: normal;
}.menu-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	line-height: .8em;
}

a:active {

	text-decoration: underline;
	color: #FFCC00;
}

a:link {
	color: #585EAA;
	text-decoration: underline;
}

A:visited {
	text-decoration: underline;
	color: #3C4174;
}
A:hover {
	text-decoration: none;
	color: #FF6600;
}