/**
 * --------------------------------------------------------
 * @section reset
 * --------------------------------------------------------
 */
 body, h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 80%;
    line-height: 1.4;
    margin: 0;
    padding: 0;
 }

 a:link {
    text-decoration: none;
    color: #EF0606;
 }

 a:visited {
    text-decoration: none;
    color: #FAF9D1;
 }

 a:hover {
    text-decoration: underline;
    color: #EF0606;
 }

 
