.ModusCSS {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	vertical-align: top;
}
a:link {
	color: #FA4614;
	text-decoration: none;
}
	
a:visited {
	text-decoration: none;
	color: #FA4614;
}

a:hover {
	text-decoration: none;
	color: #333333;
}

a:active { 
	text-decoration: none;
}

