
body {
    color:  black;
    background: white;
    font-size: 12px ;
    font-family: palatino;
  }

P {
   font-family : palatino; 
   font-size : 12px; 
}

B {
   font-weight : bold; 
   font-size : 14px; 
   font-family : Palatino;
}

A:link {
   color : red;
   text-decoration : underline; 
   font-weight : bold; 
}

A:active {
   color : red;
   text-decoration : none; 
   font-weight : bold; 
}

h3
{
font-family: palatino, times, verdana, sans-serif ;
color: black ;
font-size: 13pt ;
}
