body {

    margin-right: 10%;
    padding-left: 10%;
    color: #000000; 
    background: #EFEFF3;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 90%;
}

table {
    border-collapse: separate;
    empty-cells: show;    
    border-spacing: 0;    
}

td {
    padding: 0 1em;
}

.odd {
   background: #E0E0F3;    
}

.even {
   background: #D0D0F3;    
}


.ingress {
    font-size: 120%
}

.footnote {
    font-size: 80%;
}

li {
    padding-bottom: 0.2em;
    font-size: 90%;
}

a {
    text-decoration: underline; 
}

a:link {
    color:#0022BB;
}

a:visited {
    color:#662266;
}

a:active {
    color:#FF2222;
}

a:hover {
    background: #CCCCCC;
}

