@charset "utf-8";
#everything {
	background-color: #FFCC66;
	height: 1000px;
	width: 800px;
}
#header {
	height: 80px;
	width: 800px;
	background-color: #FFFF66;
}
#menu {
	height: 25px;
	width: 800px;
	background-color: #CCCC66;
}
#bodytext {
	height: 545px;
	width: 800px;
	background-color: #8AF3FF;
	font-family: "Courier New", Courier, monospace;
}
#bluetextext {
	font-size: 10px;
	color: #0000FF;
}
#orangetext {
	font-size: 12px;
	color: #FF6600;
}
.redcouriertext {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FF0000;
}
#content {
	background-color: #006633;
	height: 150px;
}
#content1 {
	background-color: #CCCC33;
}
#content4 {
	background-color: #AEFFE4;
	height: 150px;
}
#content5 {
	background-color: #FFFF33;
	height: 150px;
}
#footer {
	height: 50px;
	width: 800px;
	background-color: #CCCC99;
}
#body {
	font-family: "Courier New", Courier, monospace;
}
