h1 { color: #643b14; font-size: 16px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; font-weight: bold; text-decoration: none }
h2 { color: black; font-size: 15px; font-family: "Times New Roman", Times, Georgia, serif; font-weight: bold; text-decoration: none }
body  {
	font: 15px "Times New Roman", Times, Georgia, serif;
	margin: 30px 0px; /* 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;
	background-color:#6a5039;
	background-image:url(images/brownCanvas.jpg);
}

p {color: black; font-size: 14px; font-family: "Times New Roman", Times, Georgia, serif; text-decoration: none }
td {}
.text  { color: black; font-size: 14px; font-family: "Times New Roman", Times, Georgia, serif; text-decoration: none }
.BoldText { color: black; font-size: 15px; font-family: "Times New Roman", Times, Georgia, serif; font-weight: bold; text-decoration: none }
.Quote { color: #621827; font-size: 15px; font-family: "Times New Roman", Times, Georgia, serif; font-weight: bold; line-height: 24px; text-decoration: none; margin: 20px 0 0; padding-left: 20px }
.BottomNavBrown  { color: #643b14; font-size: 12px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; font-weight: bold; text-decoration: none }
.BottomNavBlack  { color: black; font-size: 12px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; font-weight: bold; text-decoration: none }
.BrownSubhead  { color: #643b14; font-size: 16px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; font-weight: bold; text-decoration: none }
.BlackSmallSubhead { color: black; font-size: 14px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; font-weight: bold; text-decoration: none }
.RedSubhead  { color: #621827; font-size: 16px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; font-weight: bold; text-decoration: none }
.caption { color: black; font-size: 12px; font-family: "Times New Roman", Times, Georgia, serif; font-style: italic }
.class { }

