h1,h2,h3
{
font-family: verdana, arial, 'sans serif'; 
}

p,table,li
{
font-family: verdana, arial, 'sans serif'; 
margin-left: 0px;
}
td
{
font-size: 75%;
padding-left: 15px;
padding-top: 3px;
padding-bottom: 3px;
}
ul
{
list-style: disc; 
}

ol
{
list-style: decimal; 
}

p
{

text-align: center;
}

body
{
background-color: #ffffff;

}

h1
{
font-size: 105%;
color:black; 
}

h2 
{
font-size: 85%;
color:black; 
text-align: left;
}
h3 
{
font-size: 125%;
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}

