p {
	color: black;
	font-family: Times, Palatino;
	background-color: #CCCCCC;
	text-align: center;
	border: medium groove #000066;
	margin-left: 15px;
	padding: 10px;
	margin-right: 10px;
}
body {
	color: #000000;
	background-color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	float: none;
	width: 800px;
	left: auto;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
a:link {
	color: #003399;
	font-style: normal;
	font-weight: normal;
	font-family: Times;
	text-decoration: underline;
	background-color: transparent;
}
a:hover { font-style: italic }
a:visited { color: #006600 }
h1  {
	font-style: italic;
	font-weight: bold;
	font-size: 25px;
	color: #FFFFFF;
}
h2  {
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	font-family: "Times New Roman", Georgia, Times;
	text-decoration: underline;
	text-align: center;
	color: #FFFFFF;
	margin-right: 0px;
}
h3 {
	font-style: oblique;
	font-size: 16px;
	text-align: center;
}
li {
	text-align: left;
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-position: inside;
	list-style-type: disc;
	color: #FF0000;
}
table {text-align: center;}navbar {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	float: none;
	padding-top: 15px;
	background-color: #006633;
}
#all {
	background-color: #FFFFFF;
	width: 75%;
	margin-right: auto;
	margin-left: 10%;
	float: none;
	border: medium solid #000000;
	clear: both;
}
