.simple
{
}
.simple h1, h2, h3, h5, h6, p
{
    color: Black;
    font-family: Verdana;
    font-weight: normal;
}
.simple h1
{
    font-size: 18pt;
    font-weight: bold;
}
.simple h2
{
    font-size: 12pt;
    font-weight: bold;
}
.simple h3
{
    font-size: 12pt;
}
.simple h4
{
    font-weight: bold;
    font-size: 18pt;
    color: red;
}
.simple h5
{
    font-size: 12pt;
}
.simple h6
{
    font-size: 18pt;
}
.simple p
{
    font-size: 10pt;
}
