<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* background color */
body {
	/*
background-image:url(images/fvsg_pattern2.jpg);
	background-repeat: repeat;
	background-position:top center;
	background-attachment: scroll;
*/
        background-image:url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	background-attachment: fixed;


}

/* link colors */
a {
	color: #cc3333;
}
a:hover {
	color: #cc3333;
}

/* border color for menu and columns */
.menu, #c1, #c2, #c3, #secondary-menu {
	/*border-color: #D2D2D2;*/
}

/* background color for selected page in the menu - same color as above */
.menu li.current_page_item &gt; a, .menu li.current_page_parent &gt; a, .menu li:hover &gt; a, .menu li ul li a { 
	background-color: transparent;
}

/* background color for widgets */
.widget, .comment-body, .sticky {
	background: #F3F3F3;
}

/* wiget titles */
.widget h2 {
	background: #DFDFDF;
	color: #7E7E7E;
}
</pre></body></html>