body {
 color: #555555;
 background-color: #FFF;
 font-size: 8pt;
 font-family: verdana, arial, helvetica, sans-serif;
 text-align:center
}

hr { border: 0px none; height: 1px; color: #808080; background-color: #555555;}

h1 {
 color: #333;
 font-size: 12pt;
 font-weight: 600;
}
h2 {
 font-size: 10pt;
}
p {
 width: 600px;
 text-align:justify;

 }
a {
 color: #2970A6;
 text-decoration: none;
}
a:link {
 color: #2970A6;
}
a:visited {
 color: #2970A6;
}
a:hover {
 color: #2970A6;
 text-decoration:underline;
}

