a img { border: none; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

a.navigation:link {
  color: #0055a5;
  font-weight: bold;
}                
a.navigation:visited {
  color: #024889;
  font-weight: bold;
}
a.navigation:hover {
  color: #a71c21;
  font-weight: bold;
}
a.navigation:active {
  color: #a71c21;
  font-weight: bold;
}


a.body:link {
  color: #0055a5;
}                 
a.body:visited {
  color: #024889;
}
a.body:hover {
  color: #a71c21;
}
a.body:active {
  color: #a71c21;
}

body {
  line-height: 1.2;
}