body {}

#text {
	width: 780px;
	margin: 120px auto 0 auto;
	background-color: #FFFFFF;
	padding: 0 10px;
	border: 1px dotted #6FA399;
}

p {
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

h1 {
	color: #6FA399;
	font-family: Georgia, serif;
	font-size: 17px;
	font-weight: bold;
	margin: 0 -10px 8px -10px;
	text-align: left;
	background-color: #D7ECDC;
	padding: 5px 20px;
	border-bottom: 1px dotted #6FA399;
}

a {
	color: #4D90CD;
	text-decoration: none;
	border-bottom: 1px dotted #4D90CD;
}

a:hover {
	color: #2F597F;
}

#footer{
	padding-top: 20px;
}

#footer p{
	color: #666666;
	margin: 0;
	padding: 0 0 4px 0;
	font-family: arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
}

#footer a {
}


#footer a:hover {
	color: #2F597F;
	background-color: #D7ECDC;
}

