/* CSS Document */

a {
font : verdana, arial, sans-serif
font-weight : bold;
text-decoration : none;
color : #FFFFFF;
}

a:visited {
font-weight : bold;
text-decoration : none;
color : #FFFFFF;
}

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

a.contact {
font : verdana, arial, sans-serif
font-weight : bold;
text-decoration : none;
color : #D48028;
}

a:visited {
font-weight : bold;
text-decoration : none;
color : #000000;
}

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