/* -------------- BODY OF WEBSITE --------------*/
body {
	margin:0px 100px 0px 100px;
	padding:0px;
	font-family:verdana;
	color:black;
	background-color:#ccffdd;
	text-align:center;
	}
h1 {text-align:center;
	margin:40px 0px 40px 0px;
	padding:40px 100px 20px 100px;
	font-size:28px;
	font-family:verdana;
	color:#000066;
	line-height:28px;
	font-weight:400;
	}
	
h2 {text-align:center;
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:12px;
	font-family:verdana;
	color:purple;
	line-height:24px;
	font-weight:100;
	}
	
h3  {
	margin:40px 0px 40px 0px;
	font-family:verdana;
	color:black;
	}

p {
	font:16px arial;
	margin:100px 100px 100px 100px;
	padding:50px 50px 50px 50px;
	text-align:center;
	}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

img {
	border:0px;
	}

a {
	color:#09c;
	font-size:14px;
	text-decoration:none;
	font-weight:100;
	font-family:verdana;
	text-align:background;
	}
a:link {color:purple;}
a:visited {color:grey;}
a:hover {background-color:white;}

#Header {
	margin: 20px 20px 20px 20px;
	padding: 0px 20px 40px 20px;
	max-height:80px;
	min-height:20px;
	border-style:solid;
	border-color:#666;
	border-width:0px 0px;
	background-color:#ff00cc;
	text-align:center;
	}

.Content {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	border-bottom: 0px ;
	background-color:#f0ffee;
	}

#Section {margin: 20px 0px 25px 0px;
padding:10px 30px 25px 30px;
border-bottom: 1px solid #ddd;
}

