BODY { font-family : "Times New Roman", "Times", "New York";
        font-size : 12.0pt;
        color : brown;
        background-color: #FFEBCD;}

A:active { font-family : "Arial", "Helvetica", "Monaco";
            font-weight : bold;
            text-decoration : none;
            color : red;}

 A:link { font-family : "Arial", "Helvetica", "Monaco";
          font-weight : bold;
          text-decoration : none;
          color : darkred;}
 A:visited { font-family : "Arial", "Helvetica", "Monaco";
             text-decoration : none;
             color : darkred;}
 P { font-family : "Times New Roman", "Times", "New York";
     font-weight : bold;
     font-size : 12.0pt;
     color : brown;}

 H1 { font-family : "Times New Roman", "Times", "New York";
      font-size : 18.0pt;
      color : darkred;}

 H2 { font-family : "Times New Roman", "Times", "New York";
      font-size : 14.0pt;
      color : darkred;}

 H3 { font-family : "Times New Roman", "Times", "New York";
      font-size : 12.0pt;
      color : darkred;}

 