pre.readme {
    font-size: 1.2em;
    color: #000080;
    font-weight: bold;
    font-family: monospace;
}

pre.header {
    font-size: 1.5em;
    color: red;
    font-weight: bold;
    font-family: monospace;
}
a, a:active { 
    text-decoration: none;
    color: #0100B9; 
}
a:visited { 
    color: #42526C; 
}
a:hover, a:focus { 
    text-decoration: underline;
    color: red; 
}
body {
    background: #f5f5f5;
    font-family: monospace;
}
h2 {
    font-size: 0.9em;
    margin-bottom: 12px;
}
table {margin-left: 12px;}
th, td { font: 95% 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;}
div.list { 
    background: #F3FAE8 url('http://buildbot.teamdouche.net/nightly/dir_bg.png') no-repeat;
    background-position: 10px 100%;
    border-top: 1px solid #646464; 
    border-bottom: 1px solid #646464; 
    padding-top: 14px; 
    padding-bottom: 60px;
}
div.foot { 
    font: 90% monospace; 
    color: #787878; 
    padding-top: 4px;
}
