﻿body {
    margin: 0;
    padding: 0;
    outline:0;
    border:0;
    vertical-align: baseline;
    background: transparent;
    line-height:1;
    overflow: hidden;
    background: white;
    width: 100%;
    height: 100%;
    color: black;
    font-size: 2em;
    font-family: Georgia, Times, sans-serif;
    position: fixed;
}
div.black {
    float: left;
    background: black;
    color: white;
    width: 50%;
    height: 100%;
    text-align: right;
}
div.name {
    font-size: 400%;
    padding-top:20px;
}
div.description {
    font-family: Verdana, serif;
    font-size:50%;
    padding-top:20px;
}
div.links {
    font-family: Verdana, serif;
    font-size:100%;
    padding-top:20px;
}
div.code {
    display: none;
    padding: 20px;
    float: right;
    font-size: 100%;
}
div.blog {
    display: none;
    padding-top: 20px;
    padding-left: 20px;
    float: left;
    width: 70%;
    font-size: 100%;
    text-align: left;
}
div.blog a {
    text-decoration: underline;
}
div.post {
    padding-top:20px;
}
div.title {
    font-size: 200%;
}
div.black a {
    color: white;
}
div.black a:visited  {
    color: white;
}
div.black a:hover {
    color: #8b0000;
}
a {
    text-decoration: none;
    color: black;
}
a:visited  {
    color: black;
}
a:hover {
    color: #8b0000;
}
