@charset "UTF-8";
/* CSS Document */
body {
	background-color: rgb(85,93,135);
}
#content h2,
#content h1 {
	color: rgb(147,153,187);
}
#contentframe #content a:link {
	color: rgb(85,93,135);
	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_A.png);
}

