body
{ 
  background: #000000;
  color: #3333BB;
  font-size: small;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

#header
{ 
  background: #216d95;
  color: #ffffff;
  font-size: small;
  height: 150px;
}

#menu 
{ 
  background: #cc0000;
  color: #ffffff;
  font-size: small;
  height: 2.1em;
}

#menu ul
{
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 5px;
  overflow: hidden;
}

#menu li
{
  float: left;
}

#menu a
{ 
  width: 150px;
  color: #ffffff;
  background-color: #cc0000;
  padding: 2em;
  text-align: center;
  text-decoration: none;
}

#menu a:hover
{ 
  background-color: #990000;
}

#content
{
  background: #000000;
  color: #ffffff;
  margin-top: 25;
  margin-bottom: 0;
  margin-left: 100;
  margin-right: 0;

}

#text
{
  background: #333333;
  color: #aaaaaa;
  font-size: medium;
  text-align: left;
  border: #777777 2px solid;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 25;
  padding-bottom: 25;
  padding-left: 25;
  padding-right:25;
}

#text b
{
  font-size: large;
}

#text a
{
  color: #ffffff;
  text-decoration: none;
}

#text a:hover
{
  text-decoration: underline;
}

#pic img
{
  background: #eeeeee;
  border: #777777 2px solid;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

#footer
{
  background: #216d95;
  color: #ffffff;
  padding-top: 10;
  padding-bottom: 10;
  padding-left: 10;
  padding-right: 0;
  margin-top: 25;
}

#footer a:link, #footer a:visited
{
  color: #ffffff;
  text-decoration: none;
  width: 300px;
}

#footer a:hover, #footer a:active
{
  color: #ffffff;
  text-decoration: underline;
}
