h1,h2,h3
{
font-family: verdana, arial, 'sans serif'; 
}

p,table,li
{
font-family: verdana, arial, 'sans serif'; 
margin-left: 10pt;
}

ul
{
list-style: disc; 
}

ol
{
list-style: decimal; 
}

p
{
font-size: 85%;
text-align: center;
}

body
{
background-color: #ffffff;

}

h1
{
font-size: 105%;
color:black; 
}

h2 
{
font-size: 85%;
color:black; 
text-align: left;
}
h4 
{
font-size: 65%;
color:black; 
text-align: justify;
}

a:link    {color:black}
a:visited {color:black}
a:active  {color:blue}
a:hover   {color:red}

