H1,H2,H3 { text-align: center; font-family: sans-serif; }
H1 { font-size:24px; margin-top:0.3em; margin-bottom:-0em; }
H2 { font-size:20px; margin-bottom:2px; }
H3 { font-size:16px; margin-bottom:2px; }
body {
 color: #586e75;
 background-color:#fdf6e3;
 margin:0px;
 padding:0px;
 font-size: medium;
}
a:link { color: #0b0004; text-decoration: none; }
a:hover {  color: #036; text-decoration: underline; }
a:active { color: #607890; text-decoration: none; }
a:visited { color: #607890; text-decoration: none; }
#whole {
 margin-left: auto;
 margin-right: auto;
 padding-top:10px;
 padding-bottom:10px;
}
#header {
 text-align: left;
}
#main {
 text-align: left;
}
#leftarea {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100px;
  margin: 0px 5px;
}
#centerarea {
  margin: 0px 140px 0px 20px;
}
#rightarea {
  position: absolute;
  right: 0;
  top: 50px;
  width: 120px;
  margin: 0px 5px;
}
#footer {
 text-align: right;
}
