.mainlink:link 
{ 
	cursor: hand; 
	text-decoration: none; 
	color: #333399; 
	font-size: 12px;
	font-weight: normal; 
	font-family: tahoma;
}

.mainlink:visited 
{ 
	cursor: hand;
	text-decoration: none; 
	color: #333399; 
	font-size: 12px;
	font-weight: normal; 
	font-family: tahoma;
}

.mainlink:hover 
{ 
	cursor: hand;
	text-decoration: none; 
	color: #CCFF00; 
	font-size: 12px;
	font-weight: normal; 
	font-family: tahoma;
}

.text 
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;  
	color: #333333; 
}
