/* Enter Your Custom CSS Here */
.top {
    background: none repeat scroll 0 0 #000;
}

.header_contact {
     color: #ffffff;
 }
.header_contact a {
     color: #ffffff;
}


a {
    color: #000000;
    text-decoration: underline;
}
a:hover, a:focus {
    color: #ff0000;
    text-decoration: none;
}