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

table {
    font-size: 95%;
}

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

a:hover {
    text-decoration: underline;
}

h1, h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #800000;
}

.tablemargin {
    padding-left: 2em;
    padding-right: 0em;
}

.wrong {
    color: #FF0000;
}

.correct {
    color: #008000;    
}

.heading {
    color: #800000;
}

.smalltext {
    font-size: 90%;
}

.minitext {
    font-size: 80%;
}

.microtext {
    font-size: 60%;
}

.puljetext {
    font-size: 70%;
}

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

#bg_image {
    width: 100%;
    height: 120%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 0;
}

#contents {
    z-index: 1;
    position: absolute;
    width: 100%;
}

#hvaerarcon {
    margin-top: 1em;
    margin-left: 3em;
    float: right;
    width: 17em;
}

#floatleft {
    float: left;
}

#floatright {
    float: right;
}

