/*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*/


/* body: describes page background color and all non-table text not governed by any other style */
BODY {
	background-color : #FDF0CE;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* link: normal links, active: links in use */
A:LINK, A:ACTIVE  {
	color : #111111;  text-decoration:underline;}
A:HOVER {color: #A7300E; text-decoration:underline;} */

/* visited: previously visited links */
A:VISITED {
	color: #333333; text-decoration:underline;
}