body {
	font-family: Georgia, Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	background-color: #FAFAFA;
}

em,dfn { 
	font-style: normal; 
	background: #ffc; 
	padding: 0.1em; 
}


a {
	color: #295181;
}

a:hover {
	color: #000;
}

#description {
	font-size: 1.6em;
	line-height: 1.4;
	color: #6B6B6B;
	text-align: center;
	border-bottom: 1px solid #DCDDE2;
	border-top: 1px solid #DCDDE2;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 10px;
	background-color: #EBEBEB;
}

#about {
	font-size: 1.4em;
	line-height: 1.2;
	color: #6B6B6B;
	text-align: justify;
	border-bottom: 1px solid #DCDDE2;
	padding: 0px 20px 10px 20px;
	margin-bottom: 20px;
	font-style: italic;
}

#header-image {
	padding: 5px;
	border: 1px solid #DCDDE2;
	height: 200px;
	margin-top: 20px;
}

#hostapp {
	background-color: #C5D6AB;
	padding: 10px;
	color: #59604D;
	border-top: 1px solid #C5D6AB;
	border-left: 1px solid #C5D6AB;
	border-bottom: 1px solid #B7C69F;
	border-right: 1px solid #B7C69F;
}

#hostapp h2 {
	border-bottom: 1px solid #59604D;
	font-style: italic;
}

#custom {
	background-color: #B9D7E8;
	padding: 10px;
	color: #596870;
	border-top: 1px solid #B9D7E8;
	border-left: 1px solid #B9D7E8;
	border-bottom: 1px solid #A7C2CE;
	border-right: 1px solid #A7C2CE;
}

#custom h2 {
	border-bottom: 1px solid #596870;
	font-style: italic;
}

#footer {
	border-bottom: 1px solid #DCDDE2;
}

.footer-info {
	font-size: 0.8em;
	margin-top: 10px;
	color: #515151;
	margin-bottom: 10px;
}

.footer-info h3 {
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#info, #contact {
	border-right: 1px solid #DCDDE2;
	padding-right: 5px;
}