.textcell{
	font-weight : normal;
	font-size : 16px;
	font-family : "Tahoma,Verdana,Helvetica,Arial,sans-serif";
	
	}
.textbold {
	font-weight : 600;
	font-size : 16px;
	font-family : "Tahoma,Verdana,Helvetica,Arial,sans-serif";
		
	}
.text20 {
	font-weight : 500;
	font-style:italic;
	font-size : 20px;
	font-family : "Tahoma,Verdana,Helvetica,Arial,sans-serif";
	
	}

	a:link {
	text-decoration:underline;
				
}
	a:visited {
	text-decoration:none;
	
}
	a:active {
	text-decoration:none;
		
}
	a:hover {
	text-decoration: underline;
	color:#FF0000;
}
