body {
                background-color: #eee8aa;
                font-family: Verdana, Geneva, Arial, sans-serif;
                line-height: 1.6em;
                margin-left: 10%;
                margin-right: 10%;
                border: 2px dotted gray;
                padding: 5px;
                
                }
                
                h1 {
                    font-weight:   normal;
                    color:         #8b0000;
                    border-bottom:  3px solid #8b0000;
                  }
                  
                p.trees {
                         border-bottom:   2px dotted #bdb76b;
                       }
                
                p.buskar  {
                           border-bottom:   2px dotted #bdb76b;
                         }
                p.rosor {
                           border-bottom:    2px dotted #bdb76b;
                         }
                p.klattervaxter  {
                                  border-bottom:  2px dotted #bdb76b;
                                  
                                 }
                                 
                 p.oumbarliga  {
                                  border-bottom:  2px dotted #bdb76b;
                                  font-size:      120%;
                                 }
                                 
                
                
                #header {
                         background-color:  #eee8aa;
                         margin:            10px;
                         font-size:         170%;
                         width:             200px;
                         
                         }
                 #sidebar {
                          background-color:    #eee8aa;
                          padding:             10px;
                          margin:              0px 5px 10px 0px;
                         
                          width:               200px;
                          float:               left;
                          font-size:           100%;
                          font-weight:         heavy;
                          
                       }         
                #main {
                       background-color:    #eee8aa;
                       font-size:           100%;
                       padding:             10px;
                       margin:              0px 10px 10px 200px;
                       width:               750px;
                       float:               top;
                       }
                       
               
                       
                #footer {
                          background-color:    #eee8aa;
                          text-align:          center;
                         
                          margin:              10px 200px 10px 200px;
                          font-size:            120%;
                          }
                        