/* CSS Document */body {	font-family: Arial, Helvetica, sans-serif;	font-size: 90%;	background-color: #FFF2EC;	border-top-width: 50px;	border-top-style: solid;	border-top-color: #990000;	margin-right: 2em;	padding-right: 1em;	border-bottom-width: 5px;	border-bottom-style: solid;	border-bottom-color: #990000;	margin-left: 3em;	padding-left: 1em;}h1 {	font-family: "Comic Sans MS", "Copperplate Light", sans-serif;	color: #990000;}h2 {	font-family: "Comic Sans MS", "Copperplate Light", sans-serif;	color: #990000;}h3 {	font-family: "Comic Sans MS", "Copperplate Light", sans-serif;	color: #990000;}a {	color: #0000CC;	text-decoration: none;}