a, a:active { 
    text-decoration: none;
    color: blue;
}

a:visited {
    color: #48468f;
}

a:hover, a:focus {
    text-decoration: underline;
    color: red;
}

body {
    background-color: #f5f5f5;
}

h2 {
    margin-bottom: 12px;
}

th, td { 
    font: 90% monospace;
    text-align: left;
}

th {
    font-weight: bold;
    padding-right: 14px;
    padding-bottom: 3px;
}

td {
    padding-right: 14px;
}

td.s, th.s {
    text-align: right;
}

table {
    background-color: white;
    border: 1px solid #646464;
    padding: 10px;
}

div.foot {
    font: 90% monospace;
    color: #787878;
    padding-top: 4px;
}

blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}
