A {
    color: #aaaaaa;
}

A:link, A:visited { 
    text-decoration: none; 
    color: #cc0000;
}

A:active { 
    text-decoration: none; 
    color: #cc0000;
}

A:hover { 
    text-decoration:underline;
    color: #cc0000;
}

P {
    text-align: justify;
}

PRE, TT, INPUT, TEXTAREA {
    font-family: Courier, fixed;
}

BODY {
    font-family: Arial, Helvetica, sans-serif;
}

.post_title {
    font-weight: bold;
    color: #cc0000;
}

.footnote {
    font-size: small;
}

.red {
    color: #cc0000;
}

.menu {
    font-size: small;
}

