/* css document */

h1
{
font-family: Arial, Helvetica, sans-serif;
color: #003399;
font-size: 20px;
}

h2
{
font-family: Arial, Helvetica, sans-serif;
color: #003399;
font-size: 18px;
}

h3
{
font-family: Arial, Helvetica, sans-serif;
color: #003399;
font-size: 16px;
}

h4
{
font-family: default;
color: #003399;
font-size: 14px;
}

p
{
font-family: default;
color: #003399;
font-size: 14px;
text-indent: 0px
}


