@import url(hi-fi.css);

body {
	font-family: Georgia, "Hoefler Text", "Times New Roman", Times, Palatino, serif;
	margin: 2%;
	background: #eef;
	color: #667;
}

a { color: #026; background-color: transparent; text-decoration: underline; }

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

#heading {
	letter-spacing: 0.07em;
	border: thin solid white;
	color: #eef;
	background-color: #ccd;
	margin: -2% -2% 0;
	padding: 1em;
}

#heading a, #navigation a {
	color: #eef;
	text-decoration: none;
}

#navigation a {
	font-weight: bolder;
}

#heading h1 {
	letter-spacing: 0.09em;
	font-size: 400%;
}

#heading .description {
	color: #666;
	background-color: transparent; 
	font-size: small;
	text-transform: none;
	float: left;
	z-index: 10;
	position: relative;
	top: -4.5em;
	margin: 0 1em;
	line-height: 1.5em;
}

#sidebar {
	padding: 1%;
}

blockquote {
	font-size: smaller;
	color: #445;
	background-color: transparent;
}

p.copyright {
	clear: both;
}

a.peep img {
	margin: 1px;
	line-height: 0;
}

table.footnote tr td {
	font-size: smaller;
	padding: 0px 1ex;
}
	
