  BODY { 
     background-attachment: fixed;
    background-image: url(x2.jpg);
 BGCOLOR=green;
}
  P { 
         font-size : 13pt;
         color :  #FFFFCC;
         line-height : 18pt;
    margin-top: 5pt;
    margin-bottom: 10pt;
}
  OL { 
         font-size : 13pt;
         color :  #FFFFCC;
         line-height : 18pt;
    margin-top: 5pt;
    margin-bottom: 5pt;
}

 H4 { 
         font-size : 14pt;
         font-weight: bold;
         color :  #FFFFCC;
         line-height : 18pt;
    margin-top: 5pt;
    margin-bottom: 10pt;
}
H1 { 
         font-size : 20pt;
         font-weight: bold;
         color :  #FFFFCC;
         line-height : 24pt;
    margin-top: 5pt;
    margin-bottom: 10pt;
}

A {
        text-decoration: none;
        font-weight: bold;
        color: #ccffcc;
        cursor: crosshair
}
A:hover {
                color:  #66ffcc;
}
