@charset "UTF-8";
/* CSS Document */
div#mainbox {
	padding: 10px 20px;
	font-family: serif;
	background-color: white;
	font-size: medium;
	line-height: 1.3em;
	background-image: url(images/cornerpic.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right bottom;
}
img#photo {
	display: none;
}
h1 {
	font-size: 2.2em;
	line-height: 1.3em;
	font-weight: bold;
}
h2 {
	font-size: 1.8em;
	font-weight: bold;
}
h3, h4 {
	padding-left: 10px;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: .9em;
}
a {
	text-decoration: underline;
}
div#links {
	display: none;
}
div#external_links {
	display: none;
}
p.creditline {
	font-size: .6em;
	font-style: italic;
	text-align: center;
}
