body {
  font-size:11pt;
  font-family: arial;
  font-color: black;
  background-color: white;
  letter-spacing: 0pt;
  overflow-x:hidden;
  border:0;
  margin: 0 0 0 15;
}




h1 {
     font: normal 12px Arial, Helvetica, sans-serif;
     letter-spacing: 0px;
     color: black;
     }

h1 a, 
h1 a:visited { 
               color: blue;
               text-decoration: none;
               }
h1 a:hover {color: red;
               text-decoration: none;}

h2 {
     font: normal 12px Arial, Helvetica, sans-serif;
     letter-spacing: 1px;
     color: black;
     }

h2 a,  
h2 a:visited { 
               color: blue;
               }
h2 a:hover {color: red;
               text-decoration: none;}




table.sample {
	border: 1px #000000 solid;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border: 1px #000000 solid;
	padding: 5px 5px 5px 5px;
	border-color: black black black black;
	background-color: white;

}
table.sample td {
	border: 1px #000000 solid;
	padding: 5px 5px 5px 5px;
	border-color: black black black black;
	background-color: white;
}
