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

body {
	font-family:Verdana, Geneva, sans-serif;
    text-align: center;
	background-color:#E6E6E6;
}

#body {
	width:625px;
	border:solid #000 2px;
	margin:auto;
	background-color:#FDEAC1;
}

img { border: 0; }

h1	{
    font-size: 22px;
}

h2 {
    font-size: 14px;
}

p {
	text-align:left;
	margin-left:2.5em;
	font-size:14px;
}

