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

.frfooter, body.frfooter {
	background-color: #CCCC99;
	color: #CCCC99;
}
	
a.frfooter:link {
	color: red;
} 

a.frfooter:visited{
	color: red;
}

a.frfooter:active{
	color: lime;
}

a.frfooter:hover {
	color: lime;
}
