/* Netscape 4 CSS  */

.text {
	color: #ffffff;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 100%;
	padding-right: 0%
	}
	
/* normal links */	
a:link {color: #ffffff;
	text-decoration:none;} 
a:visited {color: #ffffff;
	text-decoration:none;}
a:hover {color: #ffffff;
	text-decoration:underline;} 
a:active {color: #ffffff;
	text-decoration:none;}


