@import "GGWadvanced.css";

body {
  background-color: #952929;
  color: #FAEDD8;
  font-family: sans-serif;
}
h1 {
  font-size: 150%;
	font-family: "Bookman Old Style", "Century Schoolbook", "Rockwell", serif;
}
h2 {
  font-size: 125%;
	font-family: "Bookman Old Style", "Century Schoolbook", "Rockwell", serif;
}
h3 {
  font-size: 110%;
	font-family: "Bookman Old Style", "Century Schoolbook", "Rockwell", serif;
}
h4 {
  font-size: 100%;
	font-family: "Bookman Old Style", "Century Schoolbook", "Rockwell", serif;
}
a {
  color: #ffd735;
  background-color: transparent;
}
a:visited {
  color: #f4d7a6;
  background-color: transparent;
}
a:hover {
  color: #fff;
  background-color: transparent;
}

p, ol, ul, blockquote {
	margin-top: 0;
	margin-bottom: 1em;
}

.ggw,
.hilite {
	font-family: "Bookman Old Style", "Century Schoolbook", "Rockwell", serif;
	font-weight: bold;
}

/* forms */
textarea {
	width: 95%;
}

/* tables */
tbody th, td {
	padding: .2em;
}
table.contact {
	font-size: 110%;
}

