@charset "utf-8";
body  {
	font: 100% Times New Roman, Times, serif;
	line-height: 1.125em;
	background: #99CCFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#page_header {
	background: #99CCFF;
	text-align: left;
	padding: 5px; 
	font-size: 0.75em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
} 

#page_body {
	background: #99CCFF;
	text-align: center;
} 

#page_body img {
	margin-left: auto; 
	margin-right: auto; 
	border-left: 1px solid; 
	border-right: 1px solid;
}

#page_footer {
	background: #99CCFF;
	text-align: left;
	padding: 5px; 
	font-size: 0.75em;
	border-top-width: 1px;
	border-top-style: solid;
} 
a:link {text-decoration: none}
a:link img { border-style: none}
a:visited {text-decoration: none}
a:visited img { border-style: none}
a:hover {text-decoration: underline}
