*{
	font-family: tahoma;
	font-size:11px; 
	color:#333333;
	line-height:13px
}
a:link {
	color: #3333CC;
}
a:hover {
	color: #990000;
}
a:visited {
	color: #3333CC;
}
a:active {
	color: #990000;
}
.text {
	font-family: tahoma;
	font-size:11px; 
	color:#333333;
	text-decoration: none;
	line-height:13px
}
.text:hover {
	text-decoration:underline ;
}
.link {
	font-family: tahoma;
	font-size:11px; 
	color:#333333;
	text-decoration: underline;
	
}
.link:hover {
	text-decoration: none;
}