/* Filename: dxrStyles.css
 * Date: 28 Jan 2004
 * Description: There are a few errors in the current stylesheet
 * [dxr.css] so this one is for pages to migrate to or for the
 * few pages that I'm going to do. I'll try to leave all the names
 * the same for max compatibility.
 */

.cathead
{
    color: #214242;
    font-style: normal;
    font-weight: bold;
    /* font-size this shouldn't be a pixel value as it is in dxr.css,
     * so I will have to play with this number till it looks right. */
    font-size: 140%;
    /* font-family should have a generalized font at the end to catch
     * people with none of the appropriate fonts */
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
    text-decoration: none;
    /* text-indent: 2px; */
    /* letter-spacing: 2px; */
}

.instruction
{
    color: #214242;
    font-style: normal;
    /* font-weight: bold; */
    /* font-size this shouldn't be a pixel value as it is in dxr.css,
     * so I will have to play with this number till it looks right. */
    font-size: 100%;
    /* font-family should have a generalized font at the end to catch
     * people with none of the appropriate fonts */
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
    text-decoration: none;
    /* text-indent: 2px; */
    /* letter-spacing: 2px; */
}

body
{
    color: black;
    font-size: 100%;
    /* background-image: url(../../dxrElem/bg.gif); */
    background-color: #e6d6bd;
    background-image: url( bg.gif );
    font-weight: normal;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
    text-decoration: none;
}

a
{
    color: #315252;
    font-weight: normal;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
    text-decoration: underline;
}

select
{
    background-color: #ebdcc5;
}

.note
{
    font-size: 90%;
}

input
{
    background-color: #ebdcc5;
}

textarea
{
    background-color: #ebdcc5;
}
