.main-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
a:hover {
	background-color: #B5C5D2;
	text-decoration: none;
	color: #333333;
}
a:link {
	color: #333333; text-decoration: none
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:active {
  text-decoration: none;
	color: #333333;
}

