﻿a {
    background: none;
}
a:link,a:visited {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #b00;
    text-decoration: underline;
}
.top_member a:link,.top_member a:visited {
    color: red;
    text-decoration: none;
}
.top_member a:hover {
    color: #b00;
    text-decoration: underline;
}
.top_area a:link,.top_area a:visited,.fav a:link,.fav a:visited {
    color: #0085d6;
    text-decoration: none;
}
.top_area a:hover,.fav a:hover {
    color: #b00;
    text-decoration: underline;
}
.nav a:link,.nav a:visited {
    color: #fff;
    text-decoration: none;
}
.nav a:hover {
    color: #ff0;
    text-decoration: none;
}

