#photos,
#sidebar,
#secnav, 
#footer
{ display: none; }

body {
	font-family: Verdana, sans-serif;
	line-height: 1.4em;
	color: black;
	font-size: 9pt; 
}

/* LINKS */
a {
	color: #a42;
	text-decoration: underline;
}

/* TEXT ELEMENTS */

p { margin: 1em 0; }
h1, h2 {
	font-size: 165%;
	text-transform: lowercase;
	font-weight: normal;
	color: #a42;
}
h3 {
	font-size: 140%;
	color: #a42;
}
h3#section {
	font: 100% normal Georgia, Times, serif;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #e72;
	margin-bottom: 0;
	padding-bottom: 0;
}
blockquote {
	color: #777;
	padding-left: 2em;
}
abbr, acronym {
	font-style: normal;
	border-bottom: 1pt dotted;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
strike {
	text-decoration: line-through;
}
address {
	font-style: normal;
}