/* CSS Document */
BODY,P,LI,A,BLOCKQUOTE,TD,DIV,SPAN {
     font-family:        verdana, helvetica;
     font-size:          10px;
     color:              #000000;
}

A {
     text-decoration:    none;
     color:              #DF0023;
}
A:link, A:visited {
     text-decoration:    none;
     color:              #DF0023;
}
A:hover, A:active {
     text-decoration:    none;
     color:              #000000;
}
