h1, h2, h3, h4 {
	font-family: "Ubuntu", Lucida, sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
	text-shadow: rgba(0,0,0,0.3) 1px 2px 3px;
}

h1 {
	font-size: 2.8em;
	color: #0;
}

h2 {
	font-size: 2.2em;
	margin-top: 8px;
}

h3 {
	font-size: 1.8em;
	margin-top: 16px;
}

h4 {	
	font-size: 1.4em;
	margin-top: 16px;
}

#Footer strong {
	color: #AAAAAA;
	font-weight: normal;
}