head, body, div, p, td {
        font-family: Verdana, Arial, sans-serif;
        font-size: 12px;
        text-decoration: none;
        color:#000000;
}

body {
        background-color:#eaeaea;   /* andere Farben: #ffffaa; #FFFFB9; #ECF5FF */
        color:#000000;
}

a {
        color: #990000;
        text-decoration: none;
}

a:hover {
        color: #ff0000;
        text-decoration: none;
        font-weight: none;
}

.autor {
	font-size: 10px;
        color: #444444;
        text-decoration: none;
        font-weight: none;
}

.betreff {
	font-size: 16px;
        color: #222222;
        text-decoration: none;
        font-weight: bold;
}

.stern {
        color: #ff0000;
}