@charset "UTF-8";
body
{
background-color: #ffffff;
color: #003265;
font-weight: bold;
}

a:link {
  color: #003265;  
  text-decoration:none;
  font-weight: bold;
}

a:visited {
  color: #003265;
  text-decoration:none;
  font-weight: bold;
}

a:active {
  color: #003265;
  text-decoration:none;
  font-weight: bold;
}

a:hover {
  color: #003265;
background-color: #f2b400;  
  text-decoration:none;
  font-weight: bold;
}
