body, form #submit-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 120%;
}

h4 {
   font-size: 110%
}

h5 {
	font-size: 100%;
}

form {
	margin-top: 1em;
}

label, .total {
	font-weight:bold;
}

label:after {
	content: ":";
}

table td.number {
	text-align:right;
}

table .number.total {
	border-top: 1px solid;
}

.signature {
	font-family: BrushScriptSTD, Script, cursive;
	font-size: 140%;
	margin-top: 0.25em;
}

.subtext { font-style: italic; }

div#nav ul { font-size:115%; }

div#nav ul, .button a, form#quickcontact #submit-button {
	font-family: Georgia, "Times New Roman", Times, serif;
}

form#quickcontact #submit-button { text-decoration:underline;text-transform:uppercase; }

.success{font-weight:bold;}

.button a { text-transform: uppercase; }

div#nav ul li.active a, a#show-link, a#hide-link {
	text-decoration: none;
	text-transform: uppercase;
}

div#footer ul.nav li:after {
  content: " |";
}

div#footer ul.nav li.last:after {
  content: "";
}

/* contact form */

form #submit-button {
	text-transform: uppercase;
	font-size: 117%;
}

/* My Books list */

dl.book-list dt {
  font-size: 109%;
  font-weight: bold;
}

dl.book-list .purchase a {
  text-decoration: none;
}

div#footer ul.nav {
  text-transform: lowercase;
}

div#footer ul.nav a {
text-decoration: none;
}

#footer p {
  font-size: 91.7%;
}

.feature-quote {
  font-size: 92%;
  font-weight: bold;
  font-style: italic;
}