/* $Id: style.css,v 1.1 2004/12/26 00:15:50 pelo Exp $ */

body {
    color: black;
    font-family: verdana, arial, helvetica, sans-serif;
    background-color: white;
}

a:hover, img.logolink:hover {
    color: black;
    background-color: yellow;
    text-decoration: none;
}

a:link, a:visited {
    text-decoration: none;
}

img {
    border: 0px;
}

.author {
    text-transform: capitalize;
}

.command {
    font-family: courier, monospace;
}

.centered {
    text-align: center;
}

.boldface {
    font-weight: bold;
}

.italic {
    font-style: italic
}

.underline {
    text-decoration: underline;
}

.monospaced {
    font-family: courier, monospace;
}

.red {
    color: red;
    background-color: transparent;
}

.green {
    color: green;
    background-color: transparent;
}

.blue {
    color: blue;
    background-color: transparent;
}

.yellow {
    color: yellow;
    background-color: transparent;
}

