body {
  background-color: #fff;
}
h1 {
  color: #139ea7;
  font-family: "Times New Roman",serif;
}
h2, h3 {
  color: #139ea7;
  font-size: 90%;
  font-family: "Time New Roman",serif;
}
p {
  font-family: Verdana,sans-serif;
  color: #000;
}
form {
  display: inline;
  font-family: Verdana,san-serif;
  font-size: 1.1em;
  font-weight: bold;
}
li {
  color: #000;
 }
li a:hover {
	color:#6ab017;
	}
#header {
  height: 100px;
  font-size: 150%;
  /*background-image: url(white-cheddar-cheese2.jpg);*/
}
#motto {
  font-weight: bold;
  font-style: italic;
  font-size: 60%;
}
#menu {
  color: #fff;
  background-color: #6ab017;
}
#menu a {
  color: #fff;
  text-decoration: none;
}
#menu a:hover {
  color: #139ea7;
}
#menu strong {
	font-weight: bold;
	font-size:1.25em;
	}
#footer {
  font-size: 70%;
  font-style: italic;
  text-align: center;
  color: #000;
}
h2 a {
  color: #139ea7;
  text-decoration: none;
}
a {
  text-decoration: none;
  color: #139ea7;
}

