/* ---CSS Definitions - Rick's Pages - No HTML here!--- */

P { 
        font-family : verdana, arial, sans-serif;
        font-size : 13px;
}

H3 {
        font-family : verdana, arial, sans-serif;
        font-size : 13px;
        color : #BBA16E;
}

H4 {
        font-family : verdana, arial, sans-serif;
        font-size : 13px;
        font-weight : normal;
        color : #715F39;
}

A:LINK {
        color : #3269A1;
        text-decoration : underline;
        font-family : verdana, arial, sans-serif;
        font-weight : bold;
}

A:ACTIVE {
        color : #4C6B4B;
        text-decoration : underline;
        font-family : verdana, arial, sans-serif;
        font-weight : bold;
}

A:VISITED {
        color : #6A5D91;
        text-decoration : underline;
        font-family : verdana, arial, sans-serif;
        font-weight : bold;
}

A:HOVER {
        color : #70A1DE;
        text-decoration : underline;
        font-family : verdana, arial, sans-serif;
        font-weight : bold;
}

.txt {
        font-family : Verdana, Arial, sans-serif;
        font-size : 13px;
        color : White;
}

.txtbold {
        font-family : Verdana, Arial, sans-serif;
		font-weight : bold;
        font-size : 13px;
        color : White;
}

.bold {
        font-family : Verdana, Arial, sans-serif;
        font-size : 13px;
        color : #BBA16E;
        font-weight : bold;
}

.bold2 {
        font-family : Verdana, Arial, sans-serif;
        font-size : 15px;
        color : #BBA16E;
        font-weight : bold;
}

