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

/* link: normal links, active: links in use */
A:LINK, A:ACTIVE {
	color : #333399;
	text-decoration: none;
}

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

a.snlink:hover, .snlinkact {
	background-color:#333366; /*same as "fieldnameback" background color */
	color:#fff;
	text-decoration: none;
}


