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

body {
	/*background-color:rgb(0, 0, 0);  */
	color: rgb(0, 0, 0);
	background-color:#000000;
}

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);
}