/* -*- c -*- */
BODY
{
  background: #9999cc url(/figs/logo0.jpg) no-repeat fixed top left;
}
div.index {
  float: left;
  width: 15%;
/*    border: solid 1px #f00; */
}
div.ad {
  float: left;
  width: 15%;
}
div.body {
  float: left;
  width: 70%;
}
DIV.header{
  background-color: #dcc;
 position: absolute;
 top: 0;
 left: 8%;
 width: 92%;
 height: 55px;
 right: 0;
}
div.wideindex {
 position: absolute;
 left: 0;
 top: 55px;
 width: 25%;
}
div.widebody {
 border: solid 0.01px #00ff00;
 position: absolute;
 top: 55px;
 left: 25%;
 width: 75%;
 background-color: #eed;
 border-top-style: groove;
 border-left-style: groove;
}
h1 {
  font-family: "sans-serif";
  font-size: 29px;
  color: #000000;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
}
h2 {
  font-family: "sans-serif";
  font-size: 21px;
  color: #000000;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
}

#m1 A {
 top: 0pt;
 color: #fff;
}

#m1 A:hover {
 color: #000;
 background-color: rgb(255, 250, 205);
}

#m1 P {
 margin-bottom: 0em;
 margin-top: 0em;
 padding: 0;
 background-color: #add8ff;
}
