﻿h1
{
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #FDFCC3;
}


h3
{
    font-weight: bold;
    font-size: 1.05em;
    margin-top: 5px;
    margin-bottom: 5px;
}

p
{
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-indent: 3em;
    line-height: 1.4;
}

strong
{
    font-weight: bold;
}

a, a:visited
{
    color: #FEFABB;
}

hr
{
    color: #FAF9B9;
    background-color: #FAF9B9;
}

li
{
    margin-bottom: 5px;
}