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


body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	background: linen url(wcgbg.png) repeat-y;
	margin: 0px;
	padding: 0px;
	border-style: none;
}
a:link {
	color: #00f;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #909;
	background: #fff;
}
a:hover {
	text-decoration: none;
	color: #fff;
	background: #00f;
}
a:active {
	text-decoration: underline;
	color: #00f;
	background: #fff;
}

h1 {
	font-size: 24px;
	color: #060;
	background: linen;
	padding: 12px;
	text-align: center;
	display: inline-block;
}

#footer
{
	font: 14px Georgia, "Times New Roman", Times, serif;
	background: #fff;
	text-align: center;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	padding: 12px;
}
h2 {
	font-size: 20px;
	text-align: center;
}
h3 {
	font-size: 16px;
}

#container
{
	background: #fff;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding: 24px 32px;
	border: medium inset #006600;
}
