body {
	background:green;
}


#glip:before {
	font-family:Helvetica;
	font-size:36pt;
	content:" Bowling on Monday. ";
	color:magenta;
}


#glip:after {
	content:" Bowling on Thursday.";
	font-family:Arial;
	font-size:18pt;
	font-weight:bold;
	color:yellow;
}
