/* CSS definition file containing site wide stylesheets */

.GREY {
	font-family: Arial, Helvetica, Geneva, Sans-serif;
 	color: rgb(0,0,0);
 	font-weight: bold;
 	background-color: rgb(159,159,159)
}

.blackbackground {
	font-family: Arial,  Helvetica,  Geneva,  Sans-serif;
 	font-size: 16px;
 	color: rgb(183,19,25);
 	font-weight: bold;
 	background-color: rgb(255,255,255)
}
