/* CSS Document */

#wrapBody {
	width:900px;
}

h1, h2, h3 {
 	font-family: "Courier New", Courier, monospace;
	color:#006699;
}

h1 {
font-size: xx-large;
}

h2{
font-size: x-large;
}

h3 {
font-size: large;
margin-top:20px;
}

p { /*offseted*/ 
	font-family: Georgia,"Times New Roman", Times, serif;
	width:500px;
	margin: 0px 0px 10px 200px;
	font-size:0.9em;
}
