a.link1 {
	color: #006699;
	text-decoration: none;

}
a.link2 {
	color: #333333;
	text-decoration: none;
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px dotted #999999;
	border-left: 1px none #999999;




}
a.link2:hover {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;



}
a.link1:hover {
	text-decoration: underline;
}
.col {
	color: #006699;
}
