a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #CCCCCC;
}

a.nevbk:link {
	color: #000000;
	text-decoration: none;
}
a.nevbk:visited {
	color: #000000;
	text-decoration: none;
}
a.nevbk:hover {
	color: #CCCCCC;
	text-decoration: underline;
	background-color: #000000;
}

a.nevdred:link {
	font-weight: bold;
	font-size: 14px;
	color: #990000;
	text-decoration: none;
}
a.nevdred:visited {
	color: #990000;
	text-decoration: none;
}
a.nevdred:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #990000;
}

a.nevdgrey:link {
	font-weight: bold;
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: none;
}
a.nevdgrey:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a.nevdgrey:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #990000;
}