a.menulink:link { color: #ffffff; text-decoration: none; }
a.menulink:visited { color: #ffffff; text-decoration: none; }
a.menulink:hover { color: #ababab; text-decoration: underline; }
a.menulink:active { color: #ababab; text-decoration: underline; }

a.reglink:link { color: #aaaaff; text-decoration: none; }
a.reglink:visited { color: #555588; text-decoration: none; }
a.reglink:hover { color: #ababab; text-decoration: none; }
a.reglink:active { color: #ababab; text-decoration: none; }

a:link { color: #aaaaff; text-decoration: none; }
a:visited { color: #555588; text-decoration: none; }
a:hover { color: #ababab; text-decoration: none; }
a:active { color: #ababab; text-decoration: none; }

table.codebox {
    color: black;
    background-color: white;
    border-color: grey;
    border-style: dashed;
    padding: 1em;
    font-family: courier;
    /* font-weight: bold; */
    font-size: large;
}

.menu {
    font-size: 1.2em;
    font-weight: bold;
    font-family: sans-serif, Verdana, Arial, Helvetica;
    color: #ff;
    padding-left: 1.0em;
    padding-right: 1.0em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-bottom: 0;
    line-height:1.6em;
}

body {
    font-family: sans;
    color: white;
    background-color: #111;
    padding: 0% 10% 0% 10%;

    background-image:url(/images/backtest.png); 
    background-attachment:fixed;
    background-repeat: repeat-x; 
}

#blogBody {
    padding: 0% 10% 0% 10%;
}

.post {
    border-top: 2px solid white;
    margin-bottom: 10em;
}

.date-header {
}

img {
    border: 0;
}

img.faded {
    border: 0;    
}

h1 {
    text-align: center;
}

.btw {
    font-size: 100%;
    border: groove;
    padding: .25em 2em;
    width: auto;
}


#sidebar {
    position: absolute;
    top: 8em;
    right: 1em;
}

div#main, div#footer {
    margin-right: 25%;
}
