li {
    font-family: arial, sans-serif;
    font-size: 10pt;
    font-weight: normal;
}

p {
    font-family: arial, sans-serif;
    font-size: 10pt;
    font-weight: normal;

}

a { text-decoration: none; }
a:visited { color: blue; }
a:link { color: blue; }
a:hover { text-decoration: underline; }

h1 {
    font-family: verdana, sans-serif;
    font-size: 24pt;
    margin-top: 5pt;
}

h2 {
    font-family: verdana, sans-serif;
    font-size: 18pt;
}

h3 {
    font-family: verdana, sans-serif;
    font-size: 14pt;
}

table.chip {
    margin-top: 20px;
    font-family: verdana, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    border-collapse: collapse;
    border: 1px solid black;
}

table.chip thead th {
    vertical-align: top;
    font-size: 10pt;
    background-color: #CCCCCC;
    padding: 3px;
    border: 1px solid black;
}

table.chip tbody td {
    vertical-align: top;
    background-color: #EEEEEE;
    padding: 3px;
    border: 1px solid black;
}


