/*
 * Copyright (c) 2001 Dag-Erling Smørgrav.  All rights reserved.
 *
 * Stylesheet for my FreeBSD diaries.
 */

body {
    background-color: white;
    color: black;
    margin: 10%;
}

h1 {
    font-size: x-large;
    font-weight: bold;
}

h2 {
    color: #770000;
    font-size: large;
    font-weight: bold;
}

h3 {
    font-size: medium;
    font-weight: bold;
}

h4 {
    font-size: small;
    font-weight: bold;
}

li {
    margin-right: 10%;
}

a:link {
    color: blue;
    text-decoration: none;
}

a:visited {
    color: navy;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    color: red;
    text-decoration: underline;
}

.header {
    background-color: #EEFFEE;
    border: thin solid black;
    padding: 1em;
    text-align: center;
}

.body {
    background-color: #EEEEFF;
    border: thin solid black;
    padding: 1em;
}

.spacing {
}

.footer {
    background-color: #FFEEEE;
    border: thin solid black;
    font-size: small;
    font-style: italic;
    padding: 1em;
}

.author {
    font-size: medium;
    text-align: center;
}

.quote {
    font-style: italic;
}

.bquote {
    border: thin solid white;
    clear: both;
    font-style: italic;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 0;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 0;
}

.filename, .manref, .symbol, .cmdline {
    font-family: "Courier New", "Courier", monospace;
}

.error {
    color: red;
}

pre {
    background-color: white;
    border: thin solid black;
    clear: both;
    font-family: "Courier New", "Courier", monospace;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 0;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
}

.toc {
    font-weight: bold;
}

.tocsub {
    font-weight: normal;
    font-style: italic;
}
