/* *** style sheet voor ZAZOT.NL *** */

/* HTML selectors ---------------------------------------- */

   body {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 	 
	color: #660000;

	background-color: #E9A858;
	background-image: url(plaatjes/red_rock4.gif);

	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom:0px;
	
	scrollbar-3dlight-color:;
    scrollbar-arrow-color:#FF0000;
    scrollbar-base-color:#660000;
    scrollbar-track-color:#CC9966;
    scrollbar-darkshadow-color:;
    scrollbar-face-color:#990000;
    scrollbar-highlight-color:;
    scrollbar-shadow-color:}
	}

   p {
	font-size: 12px; 
	color: #660000;
	}
	
   li {
	font-size: 12px; 
	color: #660000;
	}

   a:link {  color: #CC0000;}
   a:visited {color:#CC0000;}
   a:active{color:#CC0000;}
   a:hover{color:#CC0000;}

   h1 { 
	font-family: CosmicTwo, Times New Roman, Times, serif; 
	font-size: 36px; 
	font-weight: bold; 
	color: #990000; 
	text-align: center;
	}

   Table { border-color: #FFCC99;}

/* ID selectors ------------------------------------------- */

   #HomeKnop { 
	position: absolute; 
	left: 5px; 
	top: 0px;
	width:100px; 
	height:87px; 
	z-index:1; 
	visibility: visible
	}


/* Classes ------------------------------------------------ */

.kleinOnder {  font-size: 9px}

