a {
    text-decoration: none;
}

a:hover { 
    text-decoration: underline;
}

.small { 
    font-size: 9pt;
}

td, p {
    font-size: 11pt;
}

ul { 
    list-style-type: square;
    list-style-position: outside;
}

ol { 
    list-style-type: decimal;
    list-style-position: outside;
}

