.color {
	font-family: Tahoma;
	font-size: 13px;
}
a.color:link { 
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-decoration:underline;

}

a.color:visited { 
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-decoration:underline;
}


a.color:hover { 
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #ff6600;
	text-decoration:none;

}