h1, h2, h3, h4, h5, h6 {
	color: #9A3135;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 10px;
}
a:link, a:visited, a:active {
	color: #9A3135;
	text-decoration: none;
}
a:hover {
	color: #9A3135;
	text-decoration: underline overline;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: underline overline;
}
body {
	background-image: url(/images/background.gif);
}

