a:link
{   color: black; text-decoration: none;
}
a:visited
{   color: black; text-decoration: none;
}
a:active
{   color: black; text-decoration: none;
}
a:hover
{   color: #753B0A; text-decoration: none;
}
body
{   margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, Sans-Serif;
    background: #FFE8C0 none; 
    /* Oude kleur: #FFC886 */
}
table
{   border: 0px;
    padding: 0px;
    margin: 0px;
}
tr
{   border: 0px;
    padding: 0px; 
}
th
{   border: 0px;
    padding: 0px; 
    font-size: 11pt;
    font-weight: bold;
    color: black;
    text-align: center;
	background-color: #3366cc;
}
td
{   font-size: 10pt;
    text-align: left;
    border: 0px;
    padding: 0px; 
    padding-left: 4px;
    border-bottom-width: 1px;
    border-color: #C66132;
    border-style: solid;
}
ul
{	list-style-image: url(images/li.gif);
	list-style-type: disc;
    font-size: smaller;
  	margin-top: 2px;
    padding-left: 20px; 
}
.head
{	list-style-image: none;
	list-style-type: none;
    font-weight: bold;
}        
td.head
{   font-size: 25pt;
    text-align: center;
    border: 0px;
    padding: 0px; 
}
td.soft
{   font-size: 8pt;
    border: 0px;
    padding: 0px;
    padding-left: 8px;
}
.black
{   color: black;
}
tt
{   font-family: monospace;
}    
h1
{
    font-size: 25pt;
    color: black;
    text-align: center;
    width: 100%;
}    
