@charset "utf-8";
/* CSS Document */

#container {
	background-color: #75C9D2;
	padding: 10px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#mainsection {
	background-color: #F5FCFC;
	padding: 25px;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
body {
	background-color: #7ECDD6;
}
#footer {
	background-color: #6BC6CF;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}

p {
	text-indent : 30px;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: .09em;
	margin-top: 0.09em;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bolder;
	color: #000;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-style: normal;
	font-weight: bolder;
	color: #F00;
}
 
a:link {
	text-decoration:none;
	color: #C62222;
}   
a:visited {
	text-decoration:none;
	color: #C62222;
} 
a:hover {
	text-decoration:underline;
	color: #00F;
}  
a:active {
	text-decoration:underline;
	color: #C62222;
}  

