.textFormat {  text-align: justify; padding-right: 36px }
.headFormat {  padding-right: 40px } 
.menuFormat {  padding-left: 40px } 

a{
	text-decoration: underline;
	color: #0000FF;
}

a:link {
	text-decoration : underline;
	color: #0000FF;
}

a:hover {
	text-decoration : underline;
	color: #FF0000;
}

.MenuItem a{
	text-decoration: none;
	color: #000000;
}

.MenuItem a:link {
	text-decoration : none;
	color: #000000;
}

.MenuItem a:hover {
	text-decoration : none;
	color: #FF0000;
}