body {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #333399;	
}
h1 {
	font-size: 18px;
	font-family: "Comic Sans MS";
}
h2 {
	font-size: 16px;
	color: #0000FF;
	font-family: "Comic Sans MS";
}
h3 {
	font-size: 14px;
	font-weight: normal;
	font-family: "Comic Sans MS";
}
p {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #333399;
}
td {
	font-size: 14px;
	font-family: "Comic Sans MS";
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #669966;
	text-decoration: underline;
}
a:active {
	color: #0000ff;
	text-decoration: underline;
}
li {
	list-style-position: outside;
	list-style-type: square;
}
/*2005 Art and Writing Contest Winner pages*/
.poetry {
	color: #00f; padding-left: 35px; font-size: 115%;
}
.hand {
	cursor: pointer;
}	
.ctr {
margin: 0 auto;
text-align: center;
}
.lt {
	float: left;
	margin-right: 10px;
}
.rt {
	float: right;
	margin-left: 10px;
}		