/* CSS Document */

html {height:100%;}
body {
margin:0; padding:0px; height:100%;
background-color:#fefefe;
font-family: "Futura","Century Gothic",Arial,sans-serif;
font-size:0.8em;
color:#000;
}
.carmen{text-transform:uppercase;font-weight:bold;color:#84B45E;
                }


.errortext {
    font-weight: bold;
    color: Red;
}

.successtext {
    font-weight: bold;
    color: Green;
}
