<style>
hr {
}
body {
  background-color:#203050;
  color:#ffffff;
  font-family:Trebuchet MS,Palatino Linotype,Tahoma,Arial;
  font-size:medium;
}
.bordered {
  border-width:2px;
  border-style:solid;
  border-color:#202020;
  background-color:black;
  color:#ffffff;
}
a{
  color:white;
  text-decoration:none;
}
a:hover{
  text-decoration:underline;
}
.navbox{
    background-color:#101020;
    font-size:8pt;
    padding: 5px 10px 5px;
    border-style:solid;
    border-width:0px 0px 0px;
    color:white;
    white-space:nowrap;
}
.header{
  font-size:large;
}
.pgtitle{
  font-size:xx-large;
}
</style>
