.mainLinks {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
.mainLinks:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FF0000;
}

