/* plain.css Copyright (C) 2006, Christopher Swingley Licensed under the terms
 * of the GNU General Public License Version 2 */
body {
    background: #ffffff;
    color: #000000;
}
h3 {
    /* font-family: sans-serif; */
    font-style: italic;
    font-size: 120%;
    text-align: center;
    clear: both;
}
a {
    text-decoration: none;
    margin-left: 1ex;
    margin-right: 1ex;
}
a:link {
    color: #0033ff;
}
a:visited {
    color: #003399;
}
a:active {
    color: #0033ff;
}
a:hover {
    color: #330000;
}
