﻿body
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	background-color: #f5f6d3;
	font-family: "Segoe UI" , Tahoma, Arial;
	font-size: small;
	color: #3b2621;
	background-image: url( '../images/page_bkgd.gif' );
	background-repeat: no-repeat;
	background-position: top center;
}
h1
{
	font-family: "Segoe UI" , Tahoma, Arial;
	font-weight: bold;
	font-size: small;
	color: #3b2621;
	text-transform: uppercase;
}
a
{
	color: #3b2621;
}
.footer
{
	font-family: "Segoe UI" , Tahoma, Arial;
	font-size: smaller;
	color: #3b2621;
	text-align: center;
	width: 100%;
}
.caption
{
	text-align: center;
}


