

a.h_nav_ah:active {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #b55a5b;
	text-decoration: none;
    font-weight : bold;
}
a.h_nav_ah:link {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #b55a5b;
	text-decoration: none;
    font-weight : bold;
}
a.h_nav_ah:hover {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: Red;
	text-decoration: none;
    font-weight : bold;
}
a.h_nav_ah:visited {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #b55a5b;
	text-decoration: none;
    font-weight : bold;
}

a:link{
	text-decoration : none;
	color : #800000;
}

a:active{
	text-decoration : none;
	color : #2c2c2d;
}

a:hover {
  color : #2c2c2d;
  text-decoration: underline;
}

a:visited{
	text-decoration : none;
	color : #800000;
}
