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