@charset "utf-8";
/* CSS Document */

body {
	background-color: #A7A170;
	color: #47241B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;

}
img {
	border: solid;
	border-width: 1px;
}
p {
	margin: 0 3px 0 3px;
}
td {
	background-color: #FFFFCC;
}
area:hover {
	display: marker;
}
.tdnatural {
	background-color: #CCC18B;
}
#maincontent {
	background-color: #CCC18B;
	border: 1px;
	margin: 0 auto 0 auto;
}
#footer {
	margin: 4px auto 4px auto;
	background-color: #868153;
}
#centercontent {
	padding: 5px;
}

.noborder {
	border: none;
}
.blinkit {
	text-decoration: blink;
}
a {
	color: #964B38;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #000000;
}

.mycaption {
	font-size: .9rem;
	font-style:italic;
	text-align:center;
}

/*overrides to foundation.css */
/*line 3761*/
/* apparently for small screens only*/
h1 {
  font-size: 2.125rem;
  font-size: 1.6rem; }

h2 {
  font-size: 1.6875rem;
  font-size: 1.3rem;
   }

h3 {
  font-size: 1.375rem;
  font-size: 1.25rem;
   }

h4 {
  font-size: 1.125rem;
  font-size: 1.2rem;
   }

h5 {
  font-size: 1.125rem;
  font-size: 1.1rem;
   }

h6 {
  font-size: 1rem; }

/*line 3927 */
/*apparently for large and mid size screens*/
@media only screen and (min-width: 40.0625em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  h1 {
    font-size: 2.75rem;
	font-size: 2.1rem;
	 }

  h2 {
    font-size: 2.3125rem;
	font-size: 1.7rem;
	 }

  h3 {
    font-size: 1.6875rem;
	font-size: 1.5rem;
	 }

  h4 {
    font-size: 1.4375rem;
	font-size: 1.400rem;
	 }

  h5 {
    font-size: 1.125rem;
	font-size: 1.275rem;
	 }

  h6 {
    font-size: 1rem; } }
