.link1 a:link {
	text-decoration: none;
	color: #333333;
}
.link1 a:visited {
	text-decoration: none;
	color: #333333;
}
.link1 a:hover {
	text-decoration: underline;
	color: #333333;
}
.link1 a:active {
	text-decoration: none;
	color: #333333;
	
}
.link2 a:link {
    color: #003399;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif
	text-decoration:none;
}
.link2 a:visited {
	color: #003399;
	text-decoration: underline;	
}	
.link2 a:hover {
	color: #003399;
	text-decoration: underline;
}
.link2 a:active {
	color: #003399;
	text-decoration: underline;
	
}
.link3 a:link {
    text-decoration: none;
	color: #003399;
}
.link3 a:visited {
    text-decoration: none;
	color: #003399;
}
.link3 a:hover {
    text-decoration: none;
	color: #003399;
}
.link3 a:active {
    text-decoration: none;
	color: #003399;
	

}
a:link {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: none;

}
a:active {
	color: #666666;
	text-decoration: none;
}

