











body {
 background-color: #4e8cc9;

}

h1.red {
  font-family: Times New Roman;
  color: #ff0000;

}

h1.blue {
  font-family: Times New Roman;
  color: #4e8cc9;

}

p {
  font-family: Times New Roman;
  font-size: large;

}

p.small {
  font-family: Times New Roman;
  font-size: small;
}




#navcontainer{
  width: 100%;
  height: auto;
  position: relative;
  top: 5px;
  margin-left: auto;
  margin-right: auto;

}

#navbar{
 width: 100%;
 height: 30px;
 position: relative;
 position: bottom;
 margin-left: auto;
 margin-right: auto;

}

#navlist
{
padding: 0 2px 2px;
margin-left: 0;
font: bold 12px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 2px;
border-top: 0px solid white;
display: block;
}

#navlist li a
{
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1.5em solid #AAB;
background: #CCD;
text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover
{
border-color: #FE3;
color: #FFF;
background: #332;
}
