/* CSS Document */

A {
font-family : Verdana,Arial,Sans-Serif;
color : black;
text-decoration : none;
}

A:Visited {
font-family : Verdana,Arial,Sans-Serif;
color : black;
text-decoration : none;
}

A:Active {
font-family : Verdana,Arial,Sans-Serif;
color : black;
text-decoration : none;
}

A:Hover {
font-family : Verdana,Arial,Sans-Serif;
color : black;
text-decoration : none;
}