
BODY {
    /* color: black; */
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
    /* background-color: #FFFFE0; */
    /* background-color: #F1F6EA; */
    /* background-image: url(../images/linuxbg.gif); */
    background-image: url(../images/grid-background.gif);

    margin-top:     1.58em; 
    margin-bottom:  1.58em;
    margin-left:    3%;
    margin-right:   3%;
    padding-top:    0;
    padding-left:   0;
    padding-right:  0;
    padding-bottom: 0;
    border-top:     0;
    border-left:    0;
    border-bottom:  0;
    border-right:   0;
    width:          auto;
}


A:link {
    text-decoration: none;
    /* color: #00C; */
    color: red;
    /* background: #FFC; */
}

A:visited {       
    text-decoration: none;
    color: red;
    /* background: #FFC; */
}       
                
A:active {       
    text-decoration: none;
    color: #00C;
    /* background: #FC0; */
}       
                
A:hover {       
    text-decoration: none;
    color: #00C;
    /* background: #FC0; */
}       
                
A.offsite {       
    text-decoration: none;
    font-weight: normal;
    color: #C00;
    background: #FFC;
}       


H2 {
    font-weight: bold;
    font-size: 18pt;
    line-height: 18pt;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
    font-variant: normal;
    font-style: normal;
}

H3 {
    font-weight: bold;
    font-size: 16pt;
    line-height: 16pt;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
    font-variant: normal;
    font-style: normal;
}

H4 {
    font-weight: bold;
    font-size: 14pt;
    line-height: 14pt;
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
    font-variant: normal;
    font-style: normal;
}

ADDRESS, BLOCKQUOTE, DD, DIV, DL, DT, FORM, P, OL, UL, DIR, MENU {
    font-family: Geneva;
}

INPUT {
    font-family: Courier;
}

PRE {
    font-family: Courier;
}

/* 
** Set the Font again, because of Netscape bug returning the font to the 
** browser default after a table.
*/
TH {
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
    font-weight: bold;
}

TD {
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
}

/* ** Lists ** */
LI {
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
    padding-top: 0.5em;
    padding-bottom: 0em;
    padding-left: 0em;
    padding-right: 0em;
}

UL LI {
    list-style: disc
}

DL P {
    padding-top: 0em;
    padding-bottom: 1em;
    padding-left: 0em;
    padding-right: 0em;
    margin-top: 0em;
    margin-bottom: 0em;
}

LI P {
    padding-top: 0em;
    padding-bottom: 1em;
    padding-left: 0em;
    padding-right: 0em;
    margin-top: 0em;
    margin-bottom: 0em;
}



