a.bottomlink {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 80%;
	font-weight: bold;
	margin-right: 12px;
}

/* mouse over link */
a.bottomlink:hover {
	text-decoration: none;
	color: #FFE090
}

.bottomMenu {
	color: #A6D7F8;
	font-weight: bold;
	font-size: 90%;
}

/* tags <a> placed under a tag that has the class "bottomMenu" */
.bottomMenu a {
	color: #A6D7F8;
	font-weight: bold;
	text-decoration: none;
}

/* mouse over link */
.bottomMenu a:hover {
	text-decoration: underline;
}
