body{
    font-family:Lucida Console, Monaco, monospace;
    font-size: 0.9em;
}
a {
    color: black;
}
a:hover{
    color: grey;
}
h1 {
    font-size: 2em;
}

div.top {
    margin-top: 1em;
}
div.title h1{
    font-size: 2.5em;
    color: grey;
}
div.subtitle {
    margin-top: 1em;
}
div.subtitle span {
    padding-left: 1em;
    font-weight: bold;
    font-size: 1.1em;

}
ul.menu {
    margin-top: 1em;
    padding:0;
}
ul.menu li {
    display:inline;
    font-weight: bold;
    font-size: 1.3em;
    margin-right: 1em;
}
ul.menu li a {
    color:grey;
    text-decoration: none;
}
ul.menu li a:hover {
    text-decoration:underline;
}
div.footer {
    border-top: solid 1px grey;
    text-align: center;
}
img.avatar {
    padding: 0 1em 0 0;
}
div.content{
    margin-top: 1.5em;
}
div.header {
    border-bottom: solid 1px grey;
    margin: 0 0 1em 0;
}
td.date {
    width: 7em;
}