@charset "utf-8";
body {
	background-image: url(images/colorgradient.gif);
	font-family: "Kristen ITC";
	text-align: center;
}
h1 {
	font-size: 36px;
	color: #600;
	font-weight: bold;
}
h2 {
	font-size: 26px;
	color: #600;
}
h3 {
	font-size: 18px;
	color: #00C;
}
h4 {
	font-size: 14px;
	text-align: center;
}


p {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}

a:link {
	color: #060;
	font-weight: bold;
	font-size: 14px;
}

a:visited {
	color: #960;
	font-size: 14px;
}
a:hover {
	background-color: #FFF;
	text-align: center;
	color: #600;
	font-size: 14px;
}

.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: oblique;
	color: #000;
}

