/* Used for page design (background; color; border;)*/

body {
	/*background-color:rgb(0, 0, 0);  */
	color: rgb(0, 0, 0);
	/*background-image:url(http://flashclub.nl/data/media/image/bg_tim.jpg);
	background-repeat: repeat-x;*/
	background-color:#ffffff;
}

body.vbp {
	background-color: #64565E;
	color: rgb(0, 0, 0);
}

a:link, a:visited {
	color: rgb(0, 0, 0);
	background: transparent; 
}

a:link.vbp, a:visited.vbp {
	color: rgb(255, 255, 255);
	background: transparent; 
}

a:hover {
	color: rgb(100, 100, 100);
}

a:active {
	color: rgb(200, 200, 200);
}