Body {
    font: 19px arial,verdana,geneva,san serif;
    text-decoration: none; 
    color: #000000;
    font-weight: normal
}


/*vanilla standard text*/
font {
    font: 15px arial,verdana,geneva,san serif;
    text-decoration: none; 
    color: #000000;
    font-weight: normal
}


/*error messages*/
.errMsg {
    font: 16px arial,verdana,geneva,san serif;
    text-decoration: none; 
    color: #ff0000;
    font-weight: normal
}


/*This is the font for the links on the left side*/
.sideLink{
    font: 18px verdana,arial,geneva,san serif;
    text-decoration: none; 
    color: #000000;

}

/*This is the font for the links on the left side IF this is the current page*/
.sideLinkCurrent{
    font: 18px verdana,arial,geneva,san serif;
    text-decoration: none; 
    color: #cc0000;

}

/*This is the font for the links on the left side IF the link is not yet available.*/
.sideLinkUnavailable{
    font: 18px verdana,arial,geneva,san serif;
    text-decoration: none; 
    color: #777777;

}


/*This is a special font.*/
.mediumBlack{
    font: 20px verdana,arial,geneva,san serif;
    text-decoration: none; 
    color: #000000;
}


/*This is a special font.  It's big and green. duh.*/
.bigGreen{
    font: 26px verdana,arial,geneva,san serif;
    text-decoration: none; 
    color: #008000;
}


/*This is a special font.*/
.mediumRed{
    font: 20px verdana,arial,geneva,san serif;
    text-decoration: none; 
    color: #ff0000;
}

/*This is a special font.*/
.mediumBlue{
    font: 20px verdana,arial,geneva,san serif;
    text-decoration: none; 
    color: #0000ff;
}









