html {
margin : 0; 
padding : 0; 
} 
body {
font : 10pt/17pt arial; 
color : #555753; 
margin : 0; 
padding : 0; 
} 
p {
font : 10pt/17pt arial; 
margin-top : 0; 
text-align : justify; 
} 
td {
font : 10pt/17pt arial; 
margin-top : 0;
padding : 0; 
text-align : justify; 
} 
ol {
font : 10pt/17pt arial; 
margin-top : 0; 
margin-bottom : 0; 
text-align : justify;
line-height: 1.5;
}
td.h {
font : 12pt arial;
font-weight : bold;
margin-top : 0; 
text-align : justify;
}
ul {
font : 10pt/17pt arial; 
margin-top : 0; 
margin-bottom : 0; 
text-align : justify;
line-height: 1.5;
}
a:link {
    text-decoration: underline;
    color: #0000FF;
}

a:visited {
    text-decoration: underline;
    color: #333333;
}

a:active {
    text-decoration: underline;
    color: #000000;
}