body {
      width:600px;
      background-color:#DBDBB7;
      margin:0 auto;
      text-align:center;
      }
   
#contents {
      background-color:#FFFFFF;
      border:solid 1px #999999;
      position:relative;
      zoom:1;
      margin-right:200px;
      margin-left:200px;
           }

h1 {
      font-family:cursive;
      font-size:80px;
      text-align:center;
      height:155px;
      letter-spacing:5px;
      padding-right:10px;
      margin-bottom:40px;
    }
h2 {
      color:#ffcc66;
      font-family:cursive;
      font-size:50px;
    }

#navbar {
      font-family:cursive;
      text-align:center;
      background-color:#FFC758; 
      width: 100%;
      height:30px;
      position:absolute;
      top:155px;
      left:0px;
      border-bottom: 1px solid #CC6600;
      border-top: 1px solid #CC6600;
      padding-left:140px;  
       }

#navbar ur {
      font-family:cursive;
      margin:0;
      padding:0;
      list-style-type:none;
      line-height:25px;
      font-family:arial,Helvetica,sans-serif;
      font-size:50px;
      letter-spacing:5px;
      text-align:center;
           }

#navbar li {
      font-family:cursive;
      float:left;
      width:180px;
      text-align:center;
      maegin:0;
      padding:0;
      border-right:solid 1px #000000;
           }

#navbar a {
      text-align:center;
      font-family;cursive;
      color:#000000;
      display:block;
           }
      
h2,h3,#path {
      margin-left:10px;
      margin-right:10px;
               }

p  {
      text-align:left;
      border-top:dotted #ff0000 5px;
      border-left:dotted #ff0000 5px; 
      border-bottom:dotted #ff0000 5px;
      border-right:dotted #ff0000 5px;
      font-family:cursive;
      font-size:30px;
      margin-right:60px;
      margin-left:60px;
      margin-top:20px;
       }

img {
      margin-bottom:30px;
     }