  BODY { 
     background-attachment: fixed;
}
  P { 
       font-size : 12pt;
}
  H1 { 
       font-size : 20pt;
}
  H2 { 
       font-size : 16pt;
        font-weight: bold;      
}
  H3 { 
       font-size : 12pt;
        font-weight: bold;      
}
  H4 { 
       font-size : 12pt;
        font-weight: bold;      
}
  B { 
       font-size : 13pt;
        font-weight: bold;      
}

A {
       font-size : 12pt;
        text-decoration: none;
        font-weight: bold;
        color: #004040;
} 
A.large {
       font-size : 14pt;
       line-height: 18pt;
} 
A:hover {
        color:#009999;
        cursor: crosshair
}
