
.text {
	font-family: verdana, Arial;
	font-size: 11px;
	;
	color: #000000;
	line-height : 15px;
}

.link {
	font-family: verdana, Arial;
	font-size: 11px;
	;
	color: #FF6600;
	line-height : 15px;
}


a { text-decoration : none;}
a:link { text-decoration : none;}
a:active { text-decoration : none;}
a:visited { text-decoration : none;}
a:hover     {
	text-decoration: underline;
	background-color: transparent;
} 

