h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	color: #AB2828;
	font-style: italic; 
}
h1 {
	font-size: 1.7em;
	text-align: center;
} 
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
a:link {
	color: #EB2828;
}
a:visited {
	color: #AB2828;
}
a:hover, a:active {
	color: #CBEB68;
}
