body {
background-color: 00CCFF;
background-image: 
url('Butterfly.gif');
background-repeat: 
no-repeat;
}
h1 {
	font-family: "Script MT Bold";
	font-size: 18pt;
	color: #000033;
	font-weight: bold;
}
h2 {
	font-family: "Script MT Bold";
	font-size: 16pt;
	color: #000066;
}
h3 {
	font-family: "Script MT Bold";
	font-size: 12pt;
	color: #000033;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	font-size: 12pt;
	}
a:visited {
	text-decoration: none;
}
a:hover {
	font-size: 110%;
	font-weight: bold;
	text-decoration: underline;
}