body {
    background-color: #EEE;
    font-family: Verdana, sans-serif;
    font-size: 8pt;
    color: #000;
}

h1, h2, h3 {
    font-weight: bold;
    color: #333;
}
h1 {
    font-size: 18pt;
}
h2 {
    font-size: 14pt;
}
h3 {
    font-size: 12pt;
}
a {
    font-weight: bold;
    text-decoration: none;
    color: #666;
}
a:hover {
    text-decoration: underline;
}
table {
    border-collapse: collapse;
}
td {
}
