/* CSS Document */
body {
	font-family: Times, Times New Roman, Georgia, serif;
color:  #FFFFFF;
	font-size: 90%;
	background-color: #737CA1;
	border-top-width: 50px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-right: 2em;
	padding-right: 1em;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-left: 3em;
	padding-left: 1em;
}
h1 {
	font-family: "Times New Roman", "Times", serif;
	color: #FFFFFF;
}
h2 {
	font-family: "Times New Roman", "Times", serif;
	color: #FFFFFF;
}
h3 {
	font-family: "Times New Roman", "Times", serif;
	color: #FFFFFF;
}
a {
	color: #FFFFFF;
	text-decoration: FFFFFF;
}