body {
   background: #EEC900;
   color: #000000;
   font-family: sans-serif;
   font-size: 14px;
   font-weight: 500;
}

a {
   color: #0000FF;
   text-decoration: none;
   font-weight: 700;
}

a:hover {
   color: #0000FF;
   text-decoration: underline;
   font-weight: 700;
}


