div#container {
    width: 750px;
}
.contents {
    position: absolute;
    left: 170px;
    width: auto;
    background-color: #fffff0;
}
.menu {
    width: 150px;
    background-color: #ffffaa;
}
h1
{  font-size: 25px;
   background : #FFE5BE;
   border-color : #0000CD;
   border-style : outset;
   border-width : 1px 2px 2px 1px;
   margin-top: 0px;
   margin-bottom 0px;
   color: #000000;
   font-style:italic;
}
h2
{  font-size : 90%;
   margin-top: 0px;
   margin-bottom 0px;
   color : #ff4500;
}
p
{  font-size : 87.5%;
   line-height: 150%;
}
strong
{  font-size : 110%;
}
a{behavior:url (snd.htc);}
a:hover{background-color:moccasin;font-size:12pt;}
