.RED_BACKGROUND
{
    background : #cc0033;
}

.BLACK_BACKGROUND
{
    background : #000000;
}

.LARGE_WHITE_TEXT
{
    font-family : Arial;
    font-size : 150px;
    color : white;
}

.SMALL_WHITE_TEXT
{
    font-family : Arial;
    font-size : 20px;
    color : white;
}

.SMALL_BLACK_TEXT
{
    font-family : Arial;
    font-size : 20px;
    color : black;
}

.SMALL_BLACK_TEXT A:LINK
{
    color : #0099cc;
    text-decoration : none;
}

.SMALL_BLACK_TEXT A:VISITED
{
    color : #0099cc;
    text-decoration : none;
}

.SMALL_BLACK_TEXT A:HOVER
{
    color : black;
    text-decoration : underline overline;
}

.FADED_BACKGROUND
{
    background : black  no-repeat url(http://www.theundilutedtruth.com/praymovie/images/style_art/TreesSquareRedTree.jpg);
}

.WHITE_BACKGROUND
{
    background : white;
}

.WHITE_MED_TEXT
{
    font-family : Verdana, Arial;
    font-size : 14pt;
    color : white;
    font-weight : bold;
    background : center center;
    padding : 30px;
}

.WHITE_SMALLER_TEXT
{
    font-family : Verdana, Arial;
    font-size : 12pt;
    color : white;
}

.WHITE_SMALLER_TEXT A:LINK
{
    color : #ccffff;
    text-decoration : none;
}

.WHITE_SMALLER_TEXT A:VISITED
{
    color : #ccffff;
    text-decoration : none;
}

.WHITE_SMALLER_TEXT A:HOVER
{
    color : white;
    text-decoration : underline overline;
}

.BLACK_SMALLER_TEXT
{
    font-family : Verdana, Arial;
    font-size : 10pt;
    color : black;
    font-weight : bold;
}

.BLACK_SMALLER_TEXT A:LINK
{
    color : #0099cc;
    text-decoration : underline;
}

.BLACK_SMALLER_TEXT A:VISITED
{
    color : #0099cc;
    text-decoration : none;
}

.BLACK_SMALLER_TEXT A:HOVER
{
    color : black;
    text-decoration : underline overline;
}

.CONTENT_AREA
{
    font-family : Arial, Verdana;
    font-size : 10pt;
    color : white;
    font-weight : normal;
}

.CONTENT_AREA A:LINK
{
    color : #ccffff;
    text-decoration : none;
}

.CONTENT_AREA A:VISITED
{
    color : #ccffff;
    text-decoration : none;
}

.CONTENT_AREA A:HOVER
{
    color : white;
    text-decoration : underline overline;
}

.BUTTON
{
    font-family : Arial;
    background : black;
}

