/* main container */

html {
	background: url(Rain.jpg);
}

body {
	background: white;
	margin: 0.5em auto !important;
	padding: 0.5em;
	max-width: 80em;
}

/* elements */

h1 {
	font-weight: normal;
}

h1 a {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid gray;
}

table, td {
	border: 1px solid #ddd;
}

/* navigation */

.breadcrumb {
}

.taglinks {
	color: grey;
}
.taglinks a {
	color: dimgrey;
}

.results .title {
	font-size: larger;
}

.footer {
	color: darkgrey;
	font-size: small;
	font-style: italic;
	text-align: right;
}
.footer a {
	color: grey;
}

/* author notes */

.notes {
	font-size: smaller;
}
