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

body {
	background-color: #d7ffd7;
}
#footer {
	font-family: "Palatino Linotype", Papyrus, "Kristen ITC", "Lucida Calligraphy", cursive;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
#footer a:link {
	text-decoration: none;
	color: #000000;
}
#footer a:active {
	color: #000000;
	text-decoration: none;
}
#footer a:visited {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #00CC33;
	text-decoration: none;
}
h1 {
	font-family: "Palatino Linotype", Papyrus, "Kristen ITC", "Lucida Calligraphy", cursive;
	font-size: 24px;
	font-weight: bold;
	color: #33CC00;
	padding-top: 15px;
	padding-left: 15px;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	padding-top: 15px;
	padding-left: 15px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
}

h2 {
	font-family: "Palatino Linotype", Papyrus, "Kristen ITC", "Lucida Calligraphy", cursive;
	font-size: 18px;
	font-weight: normal;
	color: #33CC00;
	padding-top: 15px;
	padding-left: 15px;
}
h3 {
	font-family: "Palatino Linotype", Papyrus, "Kristen ITC", "Lucida Calligraphy", cursive;
	font-size: 16px;
	color: #006600;
	padding-left: 15px;
	padding-top: 10px;
}
h4 {
	font-family: "Palatino Linotype", Papyrus, "Kristen ITC", "Lucida Calligraphy", cursive;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-left: 15px;
}
