body {
	background-color:#FFECFF;
	font-family: Arial, Helvetica, sans-serif;
}

#header {
	background-color:#FFCCFF;
	height: 100px;
	border-bottom: 12px groove #CC0066;
	margin: 0px 0px 0px 0px;
}

#navigation {
	font-family:"Comic Sans MS";
	background-color:#FFCCFF;
	color: #CC0066;
	line-height: 1.6;
	width: 225px;
	float: left;
	border: 6px groove #CC0066;
	padding: 10px 2px 15px 3px; 
	margin: 10px 5px 20px 0px;
}
#navigation a:link {color: #CC0066;}
#navigation a:visited {color: #660066;}
#navigation a:hover {text-decoration: none;}

#content {
	margin: 5px 5px 20px 240px;
	padding: 0px 5px 10px 30px;
	line-height: 1.3;
}
#content h2 {
	font-family:"Comic Sans MS";
	color: #3300CC;
}
#content h4 {
	font-size:medium;

}
#footer {
	clear: both;
	border-top: 6px groove #CC0066;
	font-size: smaller;
	text-align: center;
	margin: 5px 0px 5px 0px;

}