  P { font-family: georgia, times, serif;
      font-size: 12px;
      line-height : 30px;
    }
  
  A { font-family: georgia, times, serif;
      font-size: 12px;
      color: #663300;
      text-decoration: none;
      border-bottom: 1px dotted #333333;
    }
    
  A:Visited { font-family: georgia, times, serif;
              font-size: 12px;
              color: #663300;
              text-decoration: none;
              border-bottom: 1px dotted #333333;
            }

.head { font-weight: bold;
        font-size: 20px;
      }
      
#image {
    margin: 10px;
    border-style : dotted;
    border-bottom-width : thin;
    border-top-width : thin;
    border-left-width : thin;
    border-right-width : thin;
    border-color: #663300;
    }
    
#bande IMG {
    border-style : dotted;
    border-bottom-width : medium;
    border-top-width : medium;
    border-left-width : medium;
    border-right-width : medium;
    border-color: #333333;
    }