a	  { text-decoration:none }
a:hover { text-decoration:underline;
     color:#0000FF; }

.normal_text {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: white;
	font-style: normal;
}
.normal_text_black {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

.big_text {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color:white;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
}.verybig_text {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color:white;
	font-size: large;
	font-style: normal;
	font-weight: bold;
}


