
body { font-family : Arial;
       font-size : 14px;
       color : black; 
       background-color : white;
       margin: 0;
       padding: 0;
     }

td { font-family : Helvetica, Arial, sans-serif;
     font-size : 14px }

b { font-family : Helvetica, Arial, sans-serif ; 
     font-size : 14px } 

h3 { font-family : Helvetica, Arial, sans-serif; 
     font-size : 14px }

h4 { font-family : Helvetica, Arial, sans-serif; 
     font-size : 14px }

li { font-family : Helvetica, Arial, sans-serif; 
     font-size : 14px }

ul { font-family : Helvetica, Arial, sans-serif; 
     font-size : 14px }

a:link { text-decoration : none;
         color : blue;
         font-size : 14px;
       }

a:visited { text-decoration : none;
            color: blue;
            font-size : 14px;
          } 

a:hover { text-decoration : underline ;
          color : blue;
        }

a.page: link { text-decoration : none;
           color : none;
         }

a.page: hover { text-decoration : none;
           color : none;
         }

