﻿
body {
	margin: 0;
	padding: 0;
	background-color: #DFDFDF;
	font-family: Freestyle script;
	border: 0px
}
h1 {
font-family: "Lucida Calligraphy";
	font-size: 36pt;
	font-weight: bold;
	text-align: center;
	color: #004600;
}
h2 {
	font-family: "Lucida Calligraphy";
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
	color: #004600;
}
h3 {
	font-family: "Lucida Calligraphy";
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	color: #004600;
	}
h4 {
	font-family: "Lucida Calligraphy";
	font-size: 18pt;
	font-weight: normal;
	text-align: center;
	color: #004600;
}
h5 {
	font-family: "Lucida Calligraphy";
	font-size:14pt;
	font-weight: normal;
	text-align: left;
	color: #004600;
}
h6 {
	font-family: "Lucida Calligraphy";
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	color: #004600;
}
p {
	font-family: "Lucida Calligraphy";
	font-size: 12pt;
	font-weight: normal;
	text-align: Left;
	color: #004600;
}
ul {
	font-family: "Lucida Calligraphy";
	font-size: 12pt;
	font-weight: normal;
	text-align: Left;
	color: #004600;
}
a:link {
	color: #004600;
}
a:visited {
	color: #004600;
}
a:hover {
	color: red;
	}
