.maimText {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1.5px;
}
.mainText {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 1.5px;
}
a:visited {
	color: #ff0066;	
}
	
a:link {
	color: #CC0033;	
}	

a:hover {
	color: ff0066;
	text-decoration: underline;
	}	
a:active {
	color: ff0066;

}
