@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 130%;
	color: #000000;
	background-color: #FCEBAA;
	margin: 25px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	font-style: italic;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	color: #9E1E28;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 140%;
	font-weight: bold;
	color: #5D2366;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	line-height: 120%;
	color: #333333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-style: normal;
	font-weight: bold;
	color: #9E1E28;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	line-height: 140%;
	font-weight: bold;
	color: #5D2366;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #000000;
}
h4 {
	font-size: 95%;
	color: #5D2366;
	line-height: 120%;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #5D2366;
	text-decoration: none;
}
a:visited {
	color: #5D2366;
	text-decoration: none;
}
a:hover {
	color: #9E1E28;
	text-decoration: none;
	font-weight: bold;
}
