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

body  {
	margin: 0px;
	background-color: #97d7d9;
}

#box {
	margin-left: 20px;
	margin-top: 20px;
	width: 800px;
	background-color: #FFFFFF;
	padding: 50px;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #818285;
	

}

a:link {
	text-decoration: none;
	color: #000000;

}

a:visited {
	text-decoration: none;
}

a:hover {
	background-color: #fffe52;
}

img {
	border: 0;
}

#footer {
	border-top-style: solid;
	border-top-width: thin;
	border-color: #cccccc;
	width: 800px;
	height: 20px;
	margin-top: 50px;
	
}

#footer p {
	font-family: "Helvetica";
	font-size: 11px;
	line-height: 15px;
	color: #818285;
}


