.link1 {
	font-family: Verdana;
	font-size: 12px;
	color:white;
	text-decoration:none;
	font-style: bold;
	font-weight: 


}
.link1:hover {
	font-family: Verdana;
	font-size: 12px;
	color: gray ;
	text-decoration: none;
	font-style: bold;
	font-weight: 

}
.link2 {
	font-family: Verdana;
	font-size: 10px;
	color:black;
	text-decoration: none;
	font-weight: ;
	width: 120px


}
.link2:hover {
	font-family: Verdana;
	font-size: 10px;
	color:red;
	text-decoration: underline;
	font-weight: ;
	width: 120px


}
.link3 {
	font-family: Verdana;
	font-size: 12px;
	color:black;
	text-decoration:none;
	font-style: bold;
	font-weight: 


}
.link3:hover {
	font-family: Verdana;
	font-size: 12px;
	color: gray ;
	text-decoration: none;
	font-style: bold;
	font-weight: 
}