body {
       background-image: url(rand2.jpg); 
       background-repeat: repeat;
       background-attachment: fixed;
       background-position: right top; 
       background-color: #FFFFFF;
       margin-left: 50px;
       margin-right: 50px; 
     }

/*a:link {color: #DDDDDD}
a:visited {color: #CCCCCC}
a:active {color: #AAAAAA}*/
a:hover {color: #000000}


H1 {  color: blue;
      text-align: Center;
      font-size: 20pt;
      font-family: Times,"Times New Roman";
   }

H2 {  color: blue;
      /*text-align: Center;*/
      font-size: 18pt;
      font-family: Times,"Times New Roman";
   }

H3 {  color: blue;
      font-size: 13pt;
      font-family: Times,"Times New Roman";
   }


H4
   {  color: #000000;
      text-align: Left;
      font-size: 12pt;
      font-family: Times,"Times New Roman";
    /*  margin-top : 5 pt;*/
      font-weight : normal;
   }


