a.justRed {
  color: red;
  font-weight: bold;
}
a.justGreen {
  color: green;
  font-weight: bold;
}
a.just, a.justAddText {
  color: rgb(0,92,204);
  font-weight: bold; 
}
a.just:link, a.just:visited, a.justAddText:link, a.justAddText:visited, a.justRed:link, a.justRed:visited, a.justGreen:link, a.justGreen:visited {
  text-decoration: none; 
}
a.just:active, a.just:hover, a.justAddText:active, a.justAddText:hover, a.justRed:active, a.justRed:hover, a.justGreen:active, a.justGreen:hover {
  text-decoration: underline;
}

a.menuhref {
  color: rgb(0,92,204);
}
a.menuhref:link, a.menuhref:visited {
  text-decoration: none;
}
a.menuhref:active, a.menuhref:hover {
  text-decoration: underline;
}


a.logodiv {
  text-decoration: none;
  color: black;
}
