﻿#container {
	font-family: "Times New Roman", Times, serif;
	background-color: #000099;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	font-family: "Times New Roman", Times, serif;
}
#content {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	text-align: justify;
	background-color: #FFFFCC;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#title {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #FFFFFF;
	background-color: #000099;
}
