@charset "utf-8";

body {
	background-color:#6c6ceb;
}

#text {
	clear: both;
	width: 98%;
	text-align: center;
}

#text a:link {
	color: #000000;
	font-size: 28px;
	text-align: center;
}

#text h1 {
	color: #000000;
	font-size: 26px;
	font-weight: bold;
	margin-left: 2%;
	margin-right: 2%;
}

#text h2 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

#text h3 {
	color: #000000;
	font-size: 28px;
	font-weight: bold;
	margin-left: 2%;
	margin-right: 2%;
}

#text h4 {
	color: #ff0000;
	font-size: 40px;
	font-weight: bold;
}

#text h4 a:link {
	color: #ff0000;
	font-size: 40px;
	text-align: center;
}