﻿ul 
{
    list-style:none;
    margin:0;
    padding:0;
}

ul li
{
    margin:10px 0 10px 0;
}

.Question
{
    color:White;
    font-weight:bold;
    font-size:11pt;
}

a
{
    color:White;
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}

#RightColumnFAQ
{
    background-image:url('../Images/faq.png');
    background-repeat:no-repeat;
     width:45%;
    height:558px;
    float:left;
}
