a:link {  text-decoration: none}
a:visited {  text-decoration: none}
a:active {  text-decoration: none}
a:hover {  text-decoration: underline}

p {  text-align: justify}

.mainNav {
	background: #375e77;
}
.mainNav a:link, .mainNav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.mainNav a:hover, .mainNav a:active, .mainNav a:focus {
	text-decoration: none;
	color: #ffff00;
}
