.link2 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
/* CSS Document */
A { 
	color: #000000; 
	font-size: 14px; 
	font-family: "Trebuchet MS", Arial, Verdana;
	text-decoration: underline; 
	font-weight: normal
}
A:hover { 
	color: #999999; 
	font-size: 14px; 
	font-family: "Trebuchet MS", Arial, Verdana;
	text-decoration: none; 
	font-weight: normal
}

