/* GLOBALS */
body {
    background: white;
    color: black;
    font-size: 10pt;
    font-family: sans-serif;
    line-height: 1.25em;
}
h1 {
    font-size: 16pt;
}
h2 {
    font-size: 12pt;
}
h3,h4,h5 {
    font-size: 10pt;
}
img {
    border: 1px solid white;
    background-color: white;
}
/* LOCALS :) */
#header, #footer {
    text-align: center;
}
#tab, #menu {
    display: none;
}
#content a:link:after, #content a:visited:after {
    content: " (" attr(href) ") ";
    font-size: 80%;
}
