/* Coffeerooms boards style sheet.									*/
/* inlcude a copy with every board in it's main folder		*/
/* copyright 2004 w3PG, inc.											*/

.footerframe, body.footerframe {
	background-color: #000000;
	color: #CCCC99;
}
	
a.footerframe:link {
	color: black;
} 

a.footerframe:visited{
	color: red;
}

a.footerframe:active{
	color: lime;
}

a.footerframe:hover {
	color: lime;
}

