body {
  font-family: georgia;
  color: #e4e2e4;
}

.mailaddress a:link {
  font-size: 12px;
  color: #000;
  text-decoration: none;
}
.mailaddress a:hover {
  color: #000;
  text-decoration: underline;
}
.mailaddress a:visited {
  color: #000;
  text-decoration: none;
}

.footer {
  font-size: 90%;
}

table#home {
  width: 700px;
  height: 720px;
  background-image: url(/images/scroll_poem_angel_opt.jpg);
}

table#about {
  width: 700px;
  height: 720px;
  background-image: url(/images/scroll_blank.jpg);
}

table#order {
  width: 700px;
  height: 720px;
  background-image: url(/images/scroll_blank.jpg);
}

.copyright {
    font-size: 12px;
    color: #000;
}
a {
    text-decoration: none;
    color: black;
}
a:hover {
    text-decoration: underline;
    font-style: italic;
}

.toomuch {
	color: red;
	font-weight: bold;
}

.content {
	width:600px; 
	color: #000;
	line-height: 150%;
	text-align: left;
}

.verse {
  	font-size: 13px;
	font-style: italic;
}

.tagline {
	font-size: 18px;
	color: #000;
}

form { font-size: 12px;}
