@charset "UTF-8";
/* CSS Document */

h2,h3	{
	color: #8E955B;
	 }
	
#header	{
	background: url(../img/wallpaper_green.jpg) bottom repeat-x;
	}
	
ul#nav li a:hover,ul#nav li.selected a	{
	color: #333621;
	text-decoration: none;
	}

#content a:hover	{
	color: #8E955B;
	border-bottom: 1px dotted #8E955B;
	}
