a.intlink:link {
  color: #FF0000;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
 }
a.intlink:visited {
  color: #FF0000;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
 }
a.intlink:hover {
  color: #009900;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
 }

a.extlink:link {
  color: #009900;
  text-decoration: none;
 }
a.extlink:visited {
  color: #990099;
  text-decoration: none;
 }
a.extlink:hover {
  color: #FF0000;
  text-decoration: none;
 }

a.download:link {
  color: #0000FF;
  text-decoration: none;
 }
a.download:visited {
  color: #0000FF;
  text-decoration: none;
 }
a.download:hover {
  color:#0000CC;
  text-decoration: none;
  background-color: #FFFF99;
 }

a.email:link {
  color: #0000FF;
  text-decoration: none;
 }
a.email:visited {
  color: #0000FF;
  text-decoration: none;
 }
a.email:hover {
  color: #FF0000;
  text-decoration: none;
 }