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

style {
	background-color: #FFFFCC;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
a:link {
	color: #000000;
}

