/* style sheet voor SOD */
a:active {  color: #000000; text-decoration: none; }
a:hover {  color: #000000; text-decoration: none; }
a:link {  color: #000000; text-decoration: none; }
a:visited {  color: #000000; text-decoration: none}
a:visited:hover  {text-decoration: none; color: #0C7CC7;}

BODY { 
	scrollbar-face-color:#FFFFFF;
	scrollbar-arrow-color: #c6e5f4;
	scrollbar-track-color:#EEF3F7;
	scrollbar-shadow-color:#EEF2F3;
	scrollbar-highlight-color:#c6e5f4;
	scrollbar-3dlight-color:#c6e5f4;
	scrollbar-darkshadow-Color:#c6e5f4;
	/*
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top left 
	
	font-family: "Arial, Helvetica, sans-serif"; color:#000000
	
	*/
     }

ul 
     {
	list-style-image: url(image/dot.gif)
     }



