/* CSS Document */
a {
font : times, serif;
font-weight : normal;
text-decoration : none;
color : #FFFFFF;
}

a:visited {
font-weight : normal;
text-decoration : none;
color : #996699;
}

a:hover {
text-decoration : underline;
color : #00FFCC;
}


