/* ---CSS Definitions - dstyle1.css - http://rdj.8k.com - No HTML here!--- */

A:LINK {
        color : #794E9E;
        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 : #51528B;
        text-decoration : underline;
        font-family : verdana, arial, sans-serif;
        font-weight : bold;
}

A:HOVER {
        color : #A881E9;
        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;
}

