@charset "utf-8";
/* CSS Document */


body {
	background-color: #CECE9C;
	background-image: url(bg.jpg);
}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0;
	display:block}
	
	.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0;
	display:block}
	
	.style3 a{color: #666600; text-decoration:none}
	.style3 a:hover{text-decoration:underline}
