body    {   background-color : #f0ffff;   text-align : center;   margin-top : 0px;   margin-bottom : 0px;    } 
div   {   background-color : #ffffff;   width : 750px;   height : 100%;   }
h1   {  width : 650px;   font-size : 16pt;   color : #ffffff;   letter-spacing : 10px;   background-color : #696969;  
         margin : 10px;   margin-top : 30px;   padding : 5px;  border-style : solid;   border-width : 3px;  
         border-color : #c0c0c0;   border-left-width : 20px;   border-right-width : 20px;   }
h2   {  width : 650px;   font-size : 14pt;   background-color : #fff0f5;   padding : 5px;  text-align : left;  
         color : #696969;   letter-spacing : 5px;  }
h3   {   width : 650px;   font-size : 14pt;   text-align : right;   }
p    {  font-size : 12pt;  color : #808080;  text-align : left;  letter-spacing : 1px;  margin : 2px;  }
span   {   color : #ff0000;   }
table    {  width : 650px;  }
th    {  font-size : 12pt;  color : #808080;  text-align : left;   }
td    {  font-size : 12pt;  color : #808080;  }
hr    {  width : 700px;   height : 2px;   background-color : #c0c0c0;  }
a:link    {  color : #0000ff;  }
a:visited    {  color : #0000ff;  }
a:hover    {  color : #ff0000;  }
