﻿ul, ul ul
{
    list-style-type:none;
    /*margin:0;
    padding:0;*/
}

ul.questions
{
    font-size:16px;
    /*text-decoration:underline;*/
}

ul.questions > li
{
    margin-bottom:10px;

}
#pageTitlelh
{
    text-align: left;
    margin-top:20px;
    font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:16.38px;
    font-weight:700;
}
ul.questions a:link
{
    text-decoration:underline;
}

ul.answers, ul.contactInfo
{
    margin-top:10px;
    font-size:12px;
    text-decoration:none;
}

.emphasize
{
    font-weight:bold;
}