@charset "utf-8";
/* CSS Document */

body {
	background-color: #fce3c5;
}

.style1 {
	font-size: 14px;
	color: white;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
.style2 {
	font-size: 18px
	color: red;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	color: #C00;
	font-size: 24px;
	font-weight: bold;
}
.style3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
}

