#page {
	position: absolute;
	padding-right: 10px;
	padding-left: 10px;
	left: 160px;
	top: 90px;
   width: 700px;
   height: 100%;
	margin-right: auto;
	margin-left: auto;   
}
#page H1{
	color: #000099;
	text-align: center;
	font-size: 30px;
	padding: 20px;
}
#page H2 {
	color: #FFFFFF;
	background-color: #0000FF;
	background-color:#663300;
	text-align: center;
	width: 99%;
	font-size: 18px;
	border: thin solid #000000;
}
table p {
	font-size: 12px;
	margin-right: 20px;
	margin-left: 20px;
}
a:link, a:visited {
	font-size: 12px;
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #0000FF;
}
a:active{
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FF0000;
}
#footer {
	font-size: 10px;
	text-align: center;
}
.lastmod {
   font-size: 10px;
   color: #FF0000;
   font-style: italic;
   }

