h1 {
	font-family: "Monotype Corsiva", "Times New Roman", serif;
	color: #990000;
	text-align: center;
}
h2 {
	color: #000099;
	text-align: center;
}
a:link {
	color: #0000DD;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #009900;
	text-decoration: none;
}
.important {
	font-style: italic;
	color: #daa520;
	font-weight: bold;

}