/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

/* normal: most regular body text */
.normal {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;

/* body: describes page background color and all non-table text not governed by any other style */
BODY {
	background-color : #DEB863;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
