body,td,th {
  color: #FFFF00;
}

body {
  background-color: #0099FF;
  margin:5%; 
  font-size:11pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link { text-decoration: none; color: #ffff00; }
a:visited { text-decoration: none; color: #ffff00; }
a:hover { text-decoration: underline; color: #ffff00; }
a:active { text-decoration: none; color: #ff0000; }

h1, h2, h3, h4, h5, h6 { 
  font-family: "Ubuntu", times, "times new roman";  
  color:#ffff00;
}

.navmenu {
  border:0;
  width:75%;
  text-align: center;
}

.small {
  font-size: 9pt;
}

.underline {
  text-decoration: underline;
}

.current {
  color:#ff0000;
}

.center {
  text-align: center;
}

.footer {
  color:#000000;
  font-size: 9pt;
  opacity:0.25;
  font-style: italic;
  text-align: center;
}
