@charset "utf-8";
/* CSS Document */

#container {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 1.5;
	color: #000;
	background-color: #CF9;
	margin: 0px;
	width: 90%;
	border: thick outset #F00;
	position: relative;
	padding: 0%;
	left: 5%;
	right: 5%;
}
body {
	background-color: #FFC;
}
h1 {
	font-size: 60px;
	color: #F00;
	font-weight: bolder;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #00F;
}
#header {
	font-family: "Comic Sans MS", cursive;
	background-color: #FF9;
	margin: 0px;
	padding: 0px;
	width: 75%;
	position: relative;
	left: 12.5%;
	right: 12.5%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
