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

body {
	
	background-color:#CC9900;
	color:#000000;
	}

.page {
	width: 100%;
	height: 100%;
	background-color:#CC9900;
	color:#000000;
	}
	
.content {
	width: 700px;
	background-color:#FFFFFF;
	color:#000000;
	}
.heading {
	font-size:24px;
	font-weight:bold;
	}