#page {
	width: 640px;
	border: ridge #000000;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
   background: #FFFFFF url(images/body_bg.gif);	
}
H1{
	color: #0000FF;
	text-align: center;
	font-size: 30px;
	padding: 20px;
}
H2 {
	color: #FFFFFF;
	background-color: #0000FF;
	text-align: center;
	width: 100%;
	font-size: 18px;
	border: thin solid #000000;
}
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;
   }
