@charset "utf-8";
/* CSS Document */

body {
	font-family: "arial";
	margin: 0;
	padding: 0;
}

header {
	width: 960px; 
	margin: 0 auto 10px auto;
}

section {
	width: 960px;
	margin: 0 auto 10px auto;
}

p {
	text-align: justify;
	font-size: 20px;	
}

section p {
	color: #000000;
}

section a {
	color: #3f5966;
	text-decoration:underline;
}

footer {
	width: 960px;
	margin: 0 auto 10px auto;
}

footer p {
	color: #000000;
	text-align: justify;
	font-size: 18px;
}