@charset "utf-8";
a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	color: #0F0;
}
a:hover {
	color: #F00;
}
a:active {
	color: #0FF;
}


#wrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	text-justify: distribute;
	line-height: 32px;
	font-size: 16px;
	padding-top: 35px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	color: #000000;
}
h1 {
	font-size: 32px;
	text-align: center;
	color: #C63;
	line-height: 64px;
}
h2 {
	font-size: 24px;
	color: #030;
}
h3 {
	color: #396;
}
h6 {
	font-size: 16px;
	text-align: center;
}


p {
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-indent: 32px;
}
body {
	background-image: url(../images/TextBg01.jpg);
}
img {
	margin-right: auto;
	margin-left: auto;
}
