table { text-align : center ; }
strong{ font-weight : 700 ; }
h1    { border-left-width : 5px ;
        border-left-style : double ;
        border-left-color : #009900 ;
        border-bottom-width : 5px ;
        border-bottom-style : double ;
        border-bottom-color : #009900 ;
      }
h2    { border : 5px ;
        border-style : double ;
        border-color : #009900 ;
      }
a     { text-decoration : none ; }
a:hover { background-color : #DDFFAA ; }
.s10  { font-size : 10pt ; }
.s15  { font-size : 15pt ; }
.s20  { font-size : 20pt ; }
.cr   { color : red ; }
.lf    { text-align : left ; }
