ul {
    list-style-type: disc;
}

h1 {
    margin: 0;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    font-size: 28px;
    font-family: Helvetica;
    font-weight: normal;
    text-decoration: none;
}

h2 {
    margin: 0;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    font-size: 20px;    font-family: Helvetica;
    font-weight: normal;    font-style: underline;
}

h3 {
    margin: 0;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    font-size: 14px;    font-family: Helvetica;
    font-weight: normal;
    text-decoration: underline;
}


body, td {
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
}

p, div, input, textarea, form {
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
}

select, submit {
    background: #DDDDDD;
    font-family: Verdana, Geneva, Arial;
    font-size: 10px;
    color: #000000;
}

a:link, a:active, a:visited, a:hover {
    background: none; 
    font-size: 11px;
    color: #000000;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: underline;
}

a img {
    border: 1px;
    border-style: outset;
    font-size: 11px;
    border-color: #000000;
}

.borderless {
    border: 0px;
    border-style: none;
}
