@charset "utf-8";
/* CSS Document */

BODY {background-color: white;
		background-image:
		url(images/ummibg.jpg)}

<style type="text/css">

<!--
a:link {color:#0099FF; text-decoration: underline; }
a:active {color:#3333FF; text-decoration:underline; }
a:visited {color:#FF66CC; text-decoration:underline; }
a:hover {color:#3333FF; text-decoration:underline; }
-->

h1 {color: white;
	text-decoration:underline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-style:inherit;
	font-variant:small-caps;
	text-align:center;
}

h2 {color:white;
	text-decoration:underline;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-decoration:none;
	font-style:inherit;
	font-variant:small-caps;
	text-align:center;
}

h3 {color:white;
	text-decoration:none;
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
}

</style>