a {
    text-decoration: none;
}

a:hover {
    color: #b63a3a;
    text-decoration: underline;
}

.menu {
    font-weight: bold;
    font-size: 9pt;
    font-family: arial, helvetica, sans-serif;
}

.big { 
    font-size: 18pt;
    font-family: "Times New Roman", Times, serif;
}

.small {
    font-size: 9pt;
}

.color {
    color: #b63a3a;
}

body, td, p {
    font-size: 14px;
    font-family: "Times New Roman", Times, serif;
}

ul {
    list-style-position: outside;
}

input, textarea {
    border: 1 outset rgb(50,50,50);
    border-color: #000000;
    font-size: 13px;
}

