/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
body {
font-family:Arial, Helvetica, sans-serif;
font-size: small;
color: #000000;
background-color: #FFFFFF;
margin:0px 0px; 
padding:0px;
text-align:center;
}
h1{
font-size: large;
text-align: center;
margin-top: 15px;
margin-bottom: 15px;
}
#maintable{
margin-top: 70px;
}
p{
margin-bottom: 5px;
text-align: center;
}
a{
text-decoration: none;
color: #000000;
font-weight: bold;
}
a:hover, a.sfhover {
text-decoration: underline;
}
