/*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*/

h1 {color: #0911FF;}

h2 {color: #0911FF;}

h3 {color: #0911FF;}

/* body: describes page background color and all non-table text not governed by any other style */
BODY {
	background-color : #FFFFFF;
	color : #00000A;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
