/* -------------------------------------------------------- */
/* ---------- (C)2006 Data - Tech   PC Service ------------ */
/* ---------- 02-06-2010 - 21:05 -------------------------- */
/* ---------- Link style definitions: de Proefrit.nl ------ */

A:link		{ color: #FFCC00}	/* unvisited link */
A:visited 	{ color: #FFCC00}	/* visited links */ 
A:active 	{ color: #FFCC00}	/* active links */ 

/* ========== End of style definitions ==================== */


/* ---------- Body style definitions ---------------------- */

BODY {
	color:					#FFCC00;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				10px;
	font-weight:			bold;
	background-image:		url("../images/asd-cs-1458-768.jpg");
	background-attachment:	fixed;
	background-repeat:		repeat-x;
	background-position:	top;
	scrollbar-face-color:	rgb(51,51,51);
	scrollbar-base-color:	rgb(51,51,51);
	scrollbar-arrow-color:	rgb(255,204,0);
}

