@charset "utf-8";
body {
    font-size : 12px;
    color : #333333;
    line-height : 1.7;
    background-color : #000000;
    background-image : url(../../../assets/body.jpg);
    background-repeat : repeat-x;
    background-position : left top;
}
a:link {
    text-decoration : underline;
    color : #e8566a;
}
a:visited {
    color : #c30b26;
}
a:hover {
    text-decoration : underline;
    color : #f0909f;
}
a:active {
    color : #d63e54;
}
