body {
  background-image: url(/img/smudge2.jpg);
}

a:link {
	color: #333399;
	text-decoration: none;
}

a:visited {
	color: #333399;
	text-decoration: none;
}

a:hover {
	color: #006633;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.copyright {
  font-size: 9px;
  font-family: Georgia, Times, serif;
}

.gumbo-body-text {
	font-family: Georgia, "Times New Roman", Times, serif; /* No mention of line-height here */
}

.copyright {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: normal;
  color: #333333;
}

.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.body-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
}

.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

