/*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*/

/* header: heading text */
.header {
	color: #39692A;
}
/* link: normal links, active: links in use */
A:LINK, A:ACTIVE {
	color : #39692A;
	text-decoration : none;
}

/* visited: previously visited links */
A:VISITED {
	color: #39692A;
	text-decoration : none;
}
