/* CSS Document */

div#interior2
{
    height: 1075px;
}
div.faqAnswer
{
    display: none;
    margin: 10px;
}
div.faqAnswer ol
{
    margin-left: 3em;
}
div#content div.faqAnswer ul
{
    margin-left: 1em;
    margin-top: .75em;
    margin-bottom: .75em;
}

p a
{
    text-decoration: none;
}

p a:hover
{
    color:Red;
}

