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

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF8C6;
	margin: 250; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}
.style1 {
font:"Times New Roman", Times, serif;
font-size:30px;
font-weight:bold;
}
.style2 {
font:"Times New Roman", Times, serif;
font-size:20px;

}