body { background-color: #FFFFFF; }
body { font-family: arial; }

a:link { color: blue; text-decoration: none; }
a:visited { color: red; text-decoration: none; }
a:hover { color: blue; text-decoration: underline; }

h1 { font-size: 48 ; 
     font-family: times ; 
     color: #339966 ; 
     font-style: italic ; 
     margin-botton: 0 ; }

h2 { font-size: 16pt ;
     color: green ; 
     margin-top: 20 ; 
     margin-bottom: 0 ; }

h3 { font-size: 12pt ;
     margin-top: 20 ; 
     margin-bottom: 0 ;
     color: black ; }

h4 { font-size: 10pt ;
     font-style: italic ;
     margin-top: 0 ;
     margin-bottom: 10 ;
     color: black ; }

p { font-size: 14pt; 
    text-align: center;
    color: black; 
    margin-top: 0; 
    margin-bottom: 20; }

p.bullet { margin-left: 2em; }
