
#Content h1 {
	color: #E8E8E8;
	font-size: 100%;
	margin: 0px;
	text-decoration: underline;
}

#Content p {
	display: block;
	width: auto;
	padding: 20px;
	margin: 0px;
	text-align: left;
	line-height: 140%;
}

#Content div {
	display: block;
	width: auto;
	padding: 20px;
	margin: 0px;
	text-align: justify;
	line-height: 140%;
}

#Content h2 {
	color: #E8E8E8;
	font-size: 100%;
	margin-bottom: 10px;
	margin-top: 0px;
}

#Content p a {
	color: #E8E8E8;
	text-decoration: none;
}

#Content div a:hover {
	text-decoration: none;
}

#Content ul {
	margin-top: 10px;
	margin-bottom: 20px;
}

#imgGV {
	margin-left: 25px;
	margin-bottom: 10px;
}