@charset "utf-8";
 
 html, body {
 margin: 0px;
 padding: 0px;
 border: 0px;
 color: #000;
 background: #fff;
 }
 html, body, p, th, td, li, dd, dt {
 font: 12pt Arial, Helvetica, sans-serif;
 }
 h1, h2, h3 {
 font-family: Arial, Helvetica, sans-serif;
 }
 h1 { font-size: 24pt; color: #333333; font-weight: 400;}
 h2 { font-size: 18pt; color: #333333; font-weight: 400;}
 h3 { font-size: 14pt; color: #333333; font-weight: 400;}

 a:link {text-decoration: none; color: #333333; }
 a:visited {text-decoration: none; color: #333333; }
 a:hover {text-decoration: none; color: #333333; }
 a:active {text-decoration: none; color: #333333; }