/*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*/
/* 
visited: previously
 visited links */
a:visited {
	color: #794e31;
}


.notearea {
	max-height: none;
	overflow:visible;
	}