html, body {
color: #999999;
font-size: 10pt;
}

h1 {
font-size: 13pt; 
margin: 0; 
padding: 0;
}
h2 {
font-size: 10pt; 
margin: 0; 
padding: 0;
}
h3 {
font-size: 10pt; 
margin: 0; 
padding: 0;
font-weight: normal; 
}

td {
font-size: 10pt;
}

p {
font-size: 10pt;
}

form {
font-size: 10pt;
}

b {
font-size: 10pt;
}


a { 
text-decoration:none; 
font-weight:bold 
}
a:link { color:#0099FF; }
a:visited { color:#000099; }
a:hover {
color:red; 
text-decoration:underline; 
}

#small { 
font-size: 8pt; 
font-weight:normal; 
text-decoration:none; 
color:#003300; 
}