body
{ 
  background-color: #ffffff;
  font-family:      Verdana, Helvetica, Arial, sans-serif;
  font-size:        medium;
  margin:           7px;
}

#header
{
  background-color: rgb(244,244,194);
  margin:           7px;
  padding:          5px;
  height:           161px;
}

#main
{
  background-color: rgb(244,244,194);
  font-size:        100%;
  margin:           7px;
  padding:          5px 10px 5px 10px;
}

#footer
{
  background-color: rgb(244,244,194);
  color:            #000000;
  text-align:       center;
  margin:           7px;
  padding:          4px;
  font-size:        90%;
}

h1 h2 h3
{
  color:            black;
}

h1
{
  font-size:        160%;
}

h2
{
  font-size:        140%;
}

h3
{
  font-size:        120%;
}

a:link
{
  color:            #0000cc;
  text-decoration:  none;
  border-bottom:    thin dotted #0000cc;
}

a:visited
{
  color:            #675c47;
  text-decoration:  none;
  border-bottom:    thin dotted #675c47;
}

