body
{
    color: black;
    font-family: arial, sans-serif; 
}

a:link
{
    COLOR: #1F2E82; 
    TEXT-DECORATION: underline; 
    font-weight: bold;
}

a:visited
{
    COLOR: #1F2E82; 
    TEXT-DECORATION: underline; 
    font-weight: bold;
}

a:active
{
    COLOR: #1F2E82; 
    TEXT-DECORATION: underline; 
    font-weight: bold;
}

a:hover
{
    COLOR: #1F2E82; 
    TEXT-DECORATION: none; 
    font-weight: bold;
}

h1
{
    font-size: 10px;
    color: #365C8A;
    margin-top: -10px;
    margin-bottom: -15px;
}

h2
{
    color: #1F2E82;
}
   
ol.withroman
{
    list-style-type: lower-roman;
}

ol.withalpha
{
    list-style-type: lower-alpha;
}

td.user-input-label
{
    text-align: right;
}