a:active {
	text-decoration: underline;
	color: #34689A;
}
a:link {
	text-decoration: underline;
	color: #34689A;
}
a:visited {

	color: #34689A;
}

#body a:hover {
	color: #C48A00;
}


.smalltext {
	text-decoration: none;
	color: #34689A;
	font-size: 9px;
}
