/* CSS Document */
body {
	background-color: #FFFFCC;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 0;
}
#header1 {
	font-family: "Comic Sans MS", "Century Schoolbook", "Copperplate Gothic Light";
	color: #009900;
}
#header2 {
	font-family: 'Comic Sans MS',Verdana, Arial, sans-serif;
	color: blue;
	font-size: 3em;
}
#header3 {
	font-family: 'Comic Sans MS',Verdana, Arial, sans-serif;
	color: #9933CC;
	font-size: 2em;
}
#header4 {
	font-family: 'Comic Sans MS',Verdana, Arial, sans-serif;
	color: red;
	font-size: 3em;
}
#header5 {
	font-family:"Arial Black", Verdana, Arial, sans-serif;
	color: blue;
	font-size: 3em;
}
#header6 {
	font-family:"Arial Black", Verdana, Arial, sans-serif;
	color: blue;
	font-size: 2em;
}
#main-body {
	background-color: #FFFFCC;
	border-top: 1px #000000 solid;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}
#numlist {
	text-align: left;
	width: 60%;
}
a:link {
	color:#0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #0000FF;
}
