@charset "UTF-8";
/* CSS Document */
body {
	background-color: rgb(144,166,76);
} 
#content h2,
#content h1 {
	color: rgb(144,166,76);
}
#contentframe #content a:link {
	color: rgb(74,85,36);
	text-decoration: none;
}
#contentframe #content a:visited {
	color: #666;
	text-decoration: underline;
}
#contentframe #content a:hover {
	color: #CCC;
	text-decoration: underline;
}
#contentframe #content a:active {
	color: #000000;
	text-decoration: underline;
}
#stage #hubposter {
	background-image: url(../i/Section-poster/_poster_B.png);
}

