/* CSS Document */
a.about {
font : arial, helvetica, san-serif;
font-weight : normal;
text-decoration : none;
color : #000000;
}

a.about:visited {
font-weight : normal;
text-decoration : none;
color : #000000;
}

a.about:hover {
text-decoration : underline;
color : #000000;
}


