
body { margin: 0; padding: 0; 
       background-color: #ffffbb; }

#container {width: 1000px; margin: auto; border: solid 1px #000000; }

#header { width: 1000px; 
          margin: auto; 
          height: 100px; 
          background-color: #0099dd;}

#header td { padding-top: 20px;
             text-align: center; 
             }

#contents { width: 750px; float: right;}

a.b { text-decoration: none; 
              font-style: italic;
              color: #008000; }

#contents table { background-color: #ffff33; width: 100%; }

#contents td { text-align: center; }

#menu { width: 250px; float: left; }

h1 { color: #ff7700; 
     font-size: 40px; 
     font-style: italic; 
     text-align: left; 
     letter-spacing: 15px; }

h2 { text-align: center; } 
    

p.a { text-align: left;
      font-weight: 700; }

p.b { text-align: center;
      font-size: 30px;
      color: #ff7700; }
         
p.c { text-align: left; 
      margin-left: 20px; 
      margin-right: 20px; 
      line-height: 150%; }

#list1 { background-color: #ffff99; }

p.d { text-align: center;
      margin-left: 20px;
      margin-right: 20px; }

ul { line-height: 150%; }

a.a { color: #000000;
      font-weight: 700; 
      font-size: 13px; }














