@charset "utf-8";
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 72px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 9px;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	margin: 2px;
}
body {
	background-image: url(lavender_clouds.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style1 {
	font-weight: bold;
	font-size: 24px;
}
.style2 {font-size: 24px}
a:link {
	color: #663300;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #CC6600;
}
a:active {
	color: #0000FF;
}
.style4 {font-size: 18px}

