a:link {
	color: #418181;
	text-decoration: none;
	font-weight: bold;

}
a:visited {
	color: #418181;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	color: ##C5E4D1;
	text-decoration: underline;
}
a:active {
	color: #FF3300;
}
.subtitle {
	font-size: 16px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #99BBAC;

}
.greenlinks {
	color: #FFFFFF;
}
.topic {
	color: #660000;
	border: 1px solid #336633;

}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}

