body, html {	
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size:10px;
	color: #857785;
	background-color: #FCE4FC;
}

A:link {
	text-decoration: underline;
	color: #857785; 
	font-weight: bold;
	background-color: #FCE4FC;
}

A:visited {
	text-decoration: underline;
	color: #857785; 
	font-weight: bold;
	background-color: #FCE4FC;
}

A:active {
	text-decoration: underline; 
	color: #857785; 
	font-weight: bold;
	background-color: #FCE4FC;
}

A:hover {
	text-decoration: underline; 
	color: #857785; 
	font-weight: lighter;
	background-color: #FCE4FC;
}

td {
	font-family: Verdana, Arial, helvetica, sans-serif;
 	font-size: 10px; 
	color: #857785;
	text-decoration: none;
	background-color: #FCE4FC;
} 

.text {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #857785;
	text-decoration: none;
	background-color: #FCE4FC;
}