

/* This sets the desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
body { font-size: 100%; }


/* Default fonts and colors. */
body { font-family: Constantia, Baskerville, Bembo, Garamond, Georgia, serif; }
h1, h2, h3, h4, h5, h6 { font-family: Helvetica, Arial, sans-serif; }


/* Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 { font-weight: bold; }

h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
	}

h2 {
	font-size: 1.25em;
	margin-bottom: 0.5em;
	}

h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
	}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
	}

h5 {
	font-size: 1em;
	margin-bottom: 1.5em;
	}

h6 { font-size: 1em; }


/* Text elements
-------------------------------------------------------------- */

p { margin: 0; }
ul, ol { margin: 0; }
ul { list-style-type: circle; }
ol { list-style-type: decimal; }

a {
	color: maroon;
	text-decoration: none;
	}

a:hover { text-decoration: underline; }
blockquote { margin: 1.5em; }
strong { font-weight: bold; }
em { font-style: italic; }

/* Additional styles
-------------------------------------------------------------- */

.drop-cap {
	display: inline;
	margin-left: -.125em;
	margin-right: .05em;
	font-size: 6em;
	line-height: .5em;
	}