/* CSS definition file containing site wide stylesheets */

.cf {
	font-family: "Arial Rounded MT Bold",  sans-serif;
 	text-transform: capitalize;
 	color: rgb(255,255,255);
 	font-weight: normal;
 	font-style: normal;
 	vertical-align: baseline;
 	text-decoration: none ;
 	text-align: center;
 	background-color: rgb(0,0,0);
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}
