
	.title {
	height: 10px;
	background-color: #fff;
	margin-top: 200px;
	margin-left: 30px;
	display:block;
	position:relative;
}

h1 {
	font-size: 30px;
	color:#DBE1E4;
	line-height: 12px;

	text-align:left;
}

h1 a {
	font-size: 30px;
	color:#DBE1E4;
	
}

h1 a:hover{
	text-decoration: none;
	color:#DBE1E4;
	opacity: 0.7;

}


.content {
	height: 600px;
	background-color: #fff;
	margin-top: 200px;
	margin-left: 30px;
	display:block;
	position:relative;
}

h2 a:link {
	font-size: 26px;
	color: #23BCE7;
	background-color: #fff;

}

h2 a:hover {
	color:#23BCE7;
	background-color: #fff;
	text-decoration: none;
	opacity: 0.8;
}

h2 a:visited {
	color:#23BCE7;
	background-color: #fff;
	text-decoration: none;
	opacity: 0.5;
}

.content h2 {
	font-size: 26px;
	color:#DBE1E4;
	line-height: 22px;

	text-align:left;
}

h3 {
	font-size: 20px;
	color: #DBE1E4;
	background-color: #fff;
	margin-top: 30px;

}

h3 a:link {
	color:#DBE1E4;
	text-decoration: none;
}

h3 a:hover {
	opacity: 0.7;

}

h3 a:visited {
	color:#DBE1E4;
	text-decoration: none;

}











