A:link {
font-weight: bold;
text-decoration: none;
color: #A8531A;
}

A:visited {
font-weight: bold;
text-decoration: none;
color: #A8531A;
}

A:hover {
color: black;
font-weight: bold;
}

a.navbacknext{
  text-decoration: none;
}

a.navselected{
	font-weight: bold;
}

a.navnumbers{
	color: red;
}

a.thelink{
	color: #A8531A;
}

a.thelink:hover{
	color: black;
}