BODY {
	background: white;
	color: black;
}
A:link { color: #0000FF }
A:visited { color: navy }
A:hover { color: #3366CC }

/* size 0=60% 1=70% 2=80% 3=100% 4=120% 5=150% 6=200% */

H1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 250%;
	font-weight: bold;
	font-style: italic;
	color: #336600;
}
H2 {
	font-family: "Comic Sans MS", cursive;
	font-size: 200%;
	font-weight: bold;
	font-style: italic;
	color: #336600;
}
H3 {
	font-family: arial, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: black;
	background: #CCFFCC;
	border: none;
	width: 100%;
	text-align: center;
}
H4 {
	font-family: "Times New Roman", serif;
	font-size: 100%;
	font-weight: bold;
	color: black;
	text-align: center;
}
.smallheading {
	font-family: "Comic Sans MS", cursive;
	font-size: 150%;
	font-weight: bold;
	color: #336600;
	text-align: center;
}
.tiny {
	font-size: 60%;
}
.leftbox {
	font-family: arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: black;
	background: #CCFFCC;
	border: double;
	padding: 8px 8px;
}
.rightbox {
	text-align: justify;
	border: none;
	padding: 8px 8px;
}
.yellow {
	background: #FFFFC0;
	text-align: justify;
}

