/* linkstyle.css   aangepast 10-09-2006  td moet weg tr=kop p=inhoud */
BODY  {
	font-family : trebuchet ms; // Kolom vulling
	font-style : Helvetica;
	color : Black;
	background-color : #003366;
	SCROLLBAR-BASE-COLOR: #003366;
}

CAPTION  {
    font-family : trebuchet ms;
    font-style : Helvetica;
    font-size: 14px;
    font-weight : bold;
    color : white;
    background-color : #336699;
}

.kop {
    font-family : trebuchet ms;
    font-style : Helvetica;
    font-size: 14px;
    font-weight : bold;
    color : white;
    background-color : #336699;
}

td  {    
	font-family : trebuchet ms;
	font-size: 12px;
	font-style : Helvetica;
      font-weight : normal;
	color : black;
      background-color : #a4bfd8;
}

.inhoud  {    
	font-family : trebuchet ms;
	font-size: 12px;
	font-style : Helvetica;
      font-weight : normal;
	color : black;
      background-color : #a4bfd8;
}
H1  {
	font-family : sans-serif;
	font-size : 24px;
	font-weight : bold;
	color : #ff9900;
	font-style : italic;
}
hr  {
     color : #ff9900;
}
small  {
	font-size : xx-small;
	font-family : sans-serif;
     color : #ff9900;
}

A  {
	color : #A82813;
	text-decoration : none;
}

A:Visited  {}
A:Active  {}
A:Hover  {
	text-decoration : underline;
}

