a:link { color: #000000; text-decoration: none }
a:active { color: #000000; text-decoration: none }
a:visited { color: #000000; text-decoration: none }
a:hover { color: #FF0000; text-decoration: underline }

a.blue:link { color: #697D90; text-decoration: none }
a.blue:active { color: #697D90; text-decoration: none }
a.blue:visited { color: #697D90; text-decoration: none }
a.blue:hover { color: #FF0000; text-decoration: underline }

.main-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.larger-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
}
.smaller-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
