body {
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
}

td {
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	color: #F8F8F8;
}

th {
	background-color:#ff219e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:18px;
}

.footer {
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #F8F8F8;
}


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

a:link {
	/* color: #FFFFFF; */
	color:#333333;
	font-style:normal;
	text-decoration: none;
}     /* unvisited link */

a:visited {
	/*color: #FFFFFF; */
	color:#333333;
	font-style:normal;
	text-decoration: none;
}  /* visited link */


a:hover {
	/*color: #FFFFFF	;*/
	color:#333333;
	text-decoration:underline;
}   /* mouse over link */

a:active {
	/*color: #FFFFFF;*/
	color:#333333;
}   /* selected link */ 

