@charset "UTF-8";

a,
a:link,
a:visited {
    color: #880088;
    text-decoration: none;
}
a:hover {
    color: #FF0000;
    text-decoration: underline;
}
a:active {
    color: #FF0000;
    text-decoration: underline;
}
.line {
    border-top: 1px dotted  #666;
}
.copyright {
    font-size: 100%;
    text-align: center;
}
