body      {
           font-family : "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif;
           font-weight : 500;
           color : #003399; 
           background-color : #cccccc;
          }

p         {
           text-align : center;
          }

div       { margin-top : 2px; margin-bottom: 2px; 
            margin-left : 10%; margin-right: 10%; }


H1 , H2 , H3 , H4 , H5 , H6 
          {
           font-family : Arial, Verdana, Helvetica, Geneva, SunSans-Regular, sans-serif;
           text-align : center;
          }

a:link {
      text-decoration : underline;
      color : #0000ff;
      }

a:visited {
      text-decoration : underline;
      color : #cc3300;
      }

a:hover {
      text-decoration : underline;
      color : #0000ff;
      }

a:active {
      text-decoration : underline;
      color : #0000ff;
      }


