@charset "utf-8";
/* CSS Document */

body  {
	background-color:#9D9477;
	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 */
}


body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 95%;
	color: #333;
	text-align: left;
}
a:link {
	color: #03F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #03F;
}
a:hover {
	text-decoration: underline;
	color: #03F;
}
a:active {
	text-decoration: none;
	color: #03F;
	font-size: 90%;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 100%;
	text-align: center;
}
h2 {
	font-size: 100%;
	text-align: center;
}
h3 {
	font-size: 90%;
}
h4 {
	font-size: 90%;
}

footer {
	font-size: 80%;
	}

