DIV 
{ 
font-family: arial;
font-size: 14px;
}

A:link 
{
color: Navy;
text-decoration : underline;
}

A:visited 
{
color: rgb(0,147,221)
text-decoration : underline;
}

A:hover 
{
color: Darkblue;
text-decoration : underline;
}

A:active 
{
color: #ff0000;
text-decoration : underline;
}

h1
{
font-family: Arial;
font-size: 13px;
font-weight:bold;
color: FF6600;
margin-top: 0px;
margin-bottom: 0px; 
text-align: left;
}

h2
{
FONT-FAMILY: Arial;
font-size: 11px;
color: rgb(0,147,221);
margin-top: 0px;
margin-bottom: 0px; 
font-weight:bold;
text-align: left;
}

h3
{
FONT-FAMILY: tahoma;
font-weight:none;
font-size: 11px;
color: Navy;
margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}

h4
{
FONT-FAMILY: pragmatica;
font-weight:bold;
font-size: 18px;
color: Darkblue;
margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}

h5
{
FONT-FAMILY: Arial;
font-size: 17px;
font-weight:bold;
color: #000000;
margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}

h6
{
FONT-FAMILY: Pragmatica;
font-size: 20px;
font-weight:bold; 
color: #000000;
margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}

p
{
font-family: arial;
font-size: 16px;
font-weight:none;
color: #000000;
margin-top: 0px;
margin-bottom: 0px;
text-align: justify;
text-indent: 10px;
}
