body {
                background-color: #8b0000;
                font-family: Verdana, Geneva, Arial, sans-serif;
                line-height: 1.2em;
                margin-left: 10%;
                margin-right: 10%;
                border: 1px dotted gray;
                padding: 10px;
                
                }
                
                h2 {
                    font-weight:   normal;
                    color:         #8b0000;
                    border-bottom:  3px solid #8b0000;
                  }
                  
                p.trees {
                         border-bottom:   2px dotted #bdb76b;
                       }
                
                p.bushes  {
                           border-bottom:   2px dotted #bdb76b;
                         }
                p.rosor {
                           border-bottom:    2px dotted #bdb76b;
                         }
                p.klätterväxter  {
                                  border-bottom:  2px dotted #bdb76b;
                                 }
                
                #header {
                         background-color:  #ffffe0;
                         margin:            5px;
                         font-size:         100%;
                        
                         
                         }
                         
                #main {
                       background-color:    #ffffe0;
                       font-size:           90%;;
                       padding:             5px;
                       margin:              0px 10px 10px 10px;
                       
                       }
                       
               
                       
                #footer {
                          background-color:    #ffffe0;
                          text-align:          center;
                         
                          margin:              10px 200px 10px 200px;
                          font-size:            80%;
                          }
                        