body {
    background-color: gray;
    font-family: helvetica,arial;
    color: navy;
    font-size: x-small;
}

h1 {
    font-family: helvetica,arial;
    font-size: x-large;
    color: navy;
}

h2 {
    font-family: helvetica,arial;
    font-size: large;
    color: navy;
}

table {
    background-color: white;
    border-width: 1;
}

td {
    font-family: helvetica,arial;
    background: silver;
    color: navy;
    font-size: x-small;
}

td.head {
    font-family: helvetica,arial;
    background: #aaaaaa;
    color: white;
    font-size: xx-small;
}
td.ROWS {
    background: silver;
    color: white;
    font-size: xx-small;
}

td.ODD {
    font-family: helvetica,arial;
    background: #CCCCCC;
    color: navy;
    font-size: xx-small;
}

td.EVEN { 
    font-family: helvetica,arial;
    background: #DDDDDD;
    color: navy;
    font-size: xx-small;
}


.syndicate {
    font-family: verdana, sans-serif;
    font-size: 80%;
    font-weight:bold;
    text-decoration:none;
    color: white;
    background-color: #FF6600;
    border-right: thin solid #063;
    border-bottom: thin solid #063;
    padding:0 .25em 0 .25em;
}
