@charset "utf-8";
#header {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: center;
	font-size: 36px;
	background-repeat: no-repeat;
	background-color: #FF0000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FF0000;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FF0000;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF0000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #000000;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FF0000;
	text-align: center;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#content {
	list-style-type: square;
	background-color: #FFFFFF;
}
#header2 {
	background-color: #FF6666;
}
#header2 a {
	color: #FFFFFF;
	text-decoration: none;
}
