body {
    background-color: #FCF7DE;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 95%;
}

table {
    font-size: 95%;
}

a:active, a:link, a:visited, a:hover {
    color: #3C678E;
	text-decoration : none;
}

a:hover {
    text-decoration: underline;
}

h1, h3 {
    font-family: Lucida Calligraphy, Monotype Corsiva, Verdana, Arial, Helvetica, sans-serif;
    color: #4B81A9;
}

.tablemargin {
    padding-left: 5em;
    padding-right: 5em;
}

.wrong {
    color: #FF0000;
}

.correct {
    color: #008000;    
}

.heading {
    color: #FBB558;
}

.smalltext {
    font-size: 90%;
}

.minitext {
    font-size: 80%;
}

.puljetext {
    font-size: 70%;
}

.striked {
    text-decoration: line-through;
}

