.link {
	color: #909090;
	text-decoration: none;
	border-bottom: 1px dotted #909090;
}
.link:visited {
color: #909090;
text-decoration: none; 
border-bottom: 1px dotted #909090;
}
.link:hover {
	text-decoration: none;
	background-color: #C5D6DB;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #909090;
	color: #008CBB;
}
.link:active {
color: #909090;
text-decoration: none; 
border-bottom: 1px solid #909090;
}


.link_gray {
	color: #909090;
	text-decoration: none;
	border-bottom: 1px dotted #909090;
}
.link_gray:visited {
color: #909090;
text-decoration: none; 
border-bottom: 1px dotted #909090;
}
.link_gray:hover {
color: #0085B2;
text-decoration: none; 
background-color: #C5D6DB;
border-bottom: 1px dotted #909090;
}
.link_gray:active {
color: #c0c0c0;
text-decoration: none; 
border-bottom: 1px dotted #909090;
}



