﻿body 
{
    background: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
}

h1, h2, h3, h4, h5, h6, form, fieldset
{
    padding :0;
    margin: 0;
    border: none;
}
a
{
    text-decoration: none;
    color: #4F98B8;
    font-weight: bold;
}
a:hover
{
    text-decoration: underline;
    color: #4F98B8;
    font-weight: bold;
}

h1
{
    font-size: 16px;
    font-weight: bold;
    color: #7DB212;
    margin-bottom: 7px;
}

h2
{
    font-size: 14px;
    font-weight: bold;
    color: #67ADC7;
}

p
{
    margin: 8px 0 12px 0;
}

h3
{
    font-size: 16px;
    font-weight: bold;
	text-decoration:underline;
}
