
body {
	font-family: Comic Sans MS; 
	font-size: 10pt;
	size: 10pt;
	margin: 0px;
	padding: 0px;
	background: #FFFF99;
}

#container {
	font-family: Comic Sans MS; 
	font-size: 10pt;
	size: 10pt;
	margin: 0px;
	background: #FFFF99;
}

#content {
	padding: 10pt;
	padding-left: 180px;
}

p {
	font-family: Comic Sans MS; 
	font-size: 10pt;
	color: black;
	size: 10pt;
	font-style: normal;
}

#content img {
	margin: 10pt;
}

#header {
	background: #CC0000;
	width: 100%;
	height: 130px;
	text-align: center;
	top: 0px;	
	padding-top: 8pt;
}

#menu {
	background: #FFCC00;
	padding: 3pt;
	float: left;
	position: relative;
	width: 150px;
	height: 700px;
	text-align: center;
	margin-right: 10pt;
}

h1 {
	font-size: 34pt;
	font-family: Times New Roman;
	color: blue;
	margin-bottom: 12pt;
	margin-top: 5pt;
}

h2 {
	font-size: 18pt;
	font-family: Times New Roman;
	color: blue;
	margin-top: 0pt;	
	margin-bottom: 3pt;
	font-weight: normal;
	font-style:italic;
}

h3 {
	text-align: center;
	font-size: 14pt;
	font-family: Comic Sans MS;
	color: blue;
	font-weight: bold;
	font-style: italic;
}

a {
	color: blue;
}

a:hover {
	color: black;
}


a:visited  {
	color: blue;
}

a:visited:hover {
	color: black;
}