/* GENERAL */

body {
    background-color: #323232;
    background-color: #253030;
    font-family: 'Special Elite', "Lucida Console", Monaco, monospace;
    color: #373737;

}

body, a, .button {
    /*cursor: crosshair;*/
}

p, textarea {
    font-size: 17px;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
    color: #0d3928;
    font-family: 'Special Elite', "Lucida Console", Monaco, monospace;
}


h1 {
}


a, p.addText {
    color: #D24C4C;
}
a:hover {
    background-color: #D24C4C;
    color: white;
    text-decoration: none;
}

.menu a {
    color: green;
}

.menu a:hover,
.menu a.MenuActivePage {
    background-color: #323232;
    background-color: #435e38;
    color: white;
    text-decoration: none;
}

footer, footer a {
    color: #9c9c9c;
}



.button {
    background-color: #435e38;
}
.button:hover {
    background-color: #799865;
}

li.DomainCoupon {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
    padding-left: 18px;
}