h1 {
	font-family: "trebuchet MS", "Century Gothic", Arial, sans-serif, serif;
	font-weight: 100;
	padding: 0px;
	line-height: 1em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #00529C;
	font-size: 24px;
}
h2, h3, h4, h5, h6 {
	font-weight: 100;
	color: #00529C;
}


#title {
	color: #00529C;
	z-index: 0;
	margin-top: -20px;
}
#title h2 {
	color: #00529C;
}

blockquote {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #00529C;
	margin-left: 40px;
	margin-right: 40px;
	font-style: italic;
	background-color: #D6D6D6;
	padding: 10px;
	text-align: justify;
	color: #00529C;
}

code {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #00529C;
	display: block;
	margin-left: 40px;
	margin-right: 40px;
	padding: 10px;
	background-color: #D6D6D6;
	font-size: 12px;
}

