body {
    color: #293942;
    background: white;
    background-image: url(gifs/bgrnd3d.gif);
    background-repeat: repeat-x;
    font-family: Geneva, Verdana, Helvetica; 
    margin-top: 0;
    margin-left: 0;
    margin-right: 0; 
}

a:link {
    color: #738c21;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
    color: #de4218;
}

a:visited {
    color: #738c21;
    text-decoration: none;
}

p {
    font-family: Geneva, Verdana, Helvetica;
    color: #293942;
    font-size: 90%;
    line-height: 120%;
    margin-left: 15%;
    margin-right: 15%;
}

div.oefening  p {
    font-family: Geneva, Verdana, Helvetica;
    color: #000000;
    font-size: 90%;
    line-height: 120%;
    margin-left: 15%;
    margin-right: 15%;
}

div.oefening {
     background: #9AB5BD;
     padding-top: 1em;
     padding-bottom: 1em;
     margin-top: 1em;
     margin-bottom: 1em;

 }


ul {
    font-family: Geneva, Verdana, Helvetica;
    color: #a55a39;
    font-size: 90%;
    line-height: 120%;
    margin-left: 25%;
    margin-right: 15%;
}
ol {
    font-family: Geneva, Verdana, Helvetica;
    color: #293942;
    font-size: 90%;
    line-height: 120%;
    margin-left: 15%;
    margin-right: 15%;
}

table.content {
    font-family: Geneva, Verdana, Helvetica;
    margin-left: 2%;
    margin-right: 2%;
    padding: 4px;
}

table.tools {
    font-family: Geneva, Verdana, Helvetica;
    color: #FFFFFF;
    padding: 4px;
    border-width: 1px;
    border-color: #de4218;
    border-style: solid;
}
td.tools {
    font-family: Geneva, Verdana, Helvetica;
    color: #293942;
    font-size: 80%;
    line-height: 150%;
}

h1 {
    font-family: Times, Serif;
    font-size: 300%;
   	text-align: center;
    font-weight: bold;
    padding-bottom: 6px;
}

h2 {
    font-family: Times, Serif;
    font-size: 150%;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0pt;
}
B.header {
    font-family: "Times New Roman", Times, Serif;
    font-size: 90%;
    line-height: 120%;
    font-weight: bold;
    margin-left: 12%;
    margin-right: 12%;
}

B.cijferoranje {
    font-family: Times, Serif;
    color: #EF6318;
    font-size: 90%;
    line-height: 100%;
}
B.cijfergroen {
    font-family: Times, Serif;
    color: #527384;
    font-size: 90%;
    line-height: 100%;
}

hr {
    color: #990066
}

.thumb {
	border: 1px solid;
    border-width: 1px;
    border-color: #000000;
}


tt {
    font-size: 80%;
    font-family: Courier, 'Courier New', Geneva, Verdana, Helvetica;
    background: #CECECE;
    width: 70%;
    padding: 4px;
    border-width: 1px;
    border-color: #a55a39;
    border-style: solid;
    text-align: left;
    margin-left: 15%;
    margin-right: 15%;

}
