/* $Id: rl.css,v 1.32 2008/01/30 21:15:32 rl Exp $ */
body {
    background: #f5edc9 url(pics/paper4.png);
    color: black;
    font-family: 'times new roman', times, serif;
    text-align: justify;
    margin: 1em
}
:link { text-decoration: none; color: #3300ee }
:visited { text-decoration: none; color: #990099 }
:link:hover { text-decoration: underline; color: #3300ee }
:visited:hover { text-decoration: underline; color: #990099 }
tt, code, pre, .monospace {
    font-family: 'courier new', courier, monospace
}
table, hr {
    border-style: outset
}
input, select, textarea, .serif {
    font-family: 'times new roman', times, serif
}
.mce {
    background: white url(pics/esbirds.jpg);
    color: black
}
input, select, textarea, .plain {
    background: #f5edc9;
    color: black
}
.reverse {
    background: black;
    color: #f5edc9
}
.noborder {
    border-style: none
}
.small {
    font-size: small
}
.cap {
    font-variant: small-caps
}

