@charset "utf-8";
/* CSS Document */

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #e8dbcc;
}

.small {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; font-weight: bold;
    color: #e8dbcc;
}

.medium {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px; font-weight: bold;
    color: #e8dbcc;
}

.big {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px; font-weight: bold;
    color: #d6c8b6;
}

.xbig {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #d6c8b6;
}

/* unvisited link */
a:link {
    color: #df6b5e;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #CD574A;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: b43d41;
    text-decoration: underline;
}

/* selected link */
a:active {
    color: df6b5e;
    text-decoration: none;
}


