/*
 * @(#) screen.css - screen stylesheet
 */

body {
    background-color: #FEFEFE;
    color: black;
    margin: 0;
    padding: 0;
}

h1 {
    border-bottom: 1px solid black;
    font-size: 1.5em;
    margin: 0;
    padding: 8px 0 4px 0;
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1.1em;
}

p, li, th, td {
    font-size: 1.0em;
}

p.note {
    font-style: italic;
}

table {
    width: 100%;
    margin: 2px 0 2px 0;
}

th {
    font-weight: bold;
}

pre, code {
    font-family: monospace;
    font-size: 1em;
}

img {
    border: none;
}

a {
    border-bottom: 1px solid blue;
    color: blue;
    text-decoration: none;
}

a:hover {
    border-bottom: 1px solid black;
    color: blue;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.center {
    text-align: center;
}

.boxed {
    border: 1px solid gray;
    padding: 4px;
}

.rule {
    border-bottom: 1px solid black;
    padding: 4px;
}

#body {
    font-family: sans-serif;
    font-size: 11px;
    line-height: 1.5em;
    margin: 0 auto;
    position: relative;
    width: 900px;
}

#footer p {
    border-top: 1px solid black;
    margin: 0;
    padding: 4px 0 8px 0;
}
