﻿html
{
     /* To always show the vertical scrollbar, regardless of whether there is content to scroll */
     overflow: -moz-scrollbars-vertical;
}

a
{
    text-decoration: underline;
    font-weight: bold;
    color: White;
}

body 
{
    background: #FFFFFF;
    background-position: left top;
    background-repeat: no-repeat;
    font-family: Verdana, Arial;
    font-size: 12px;
    
    border-collapse: collapse;
    margin: 10px;
}

.title
{
    font-size: 12px;
    font-weight: bold;    
}

