/* CSS style sheet for Charles Briscoe-Smith's web site */

BODY {
	color: #000;
	background-color: #bce;
	font-family: helvetica, sans-serif;
	margin-top: 3pt;
}

IMG {
	display: block;
	max-width: 100%;
}

IMG.inline {
	display: inline;
}

IMG.right {
	float: right;
}

.navlink {
	font-size: small;
	text-align: right;
	margin-bottom: 0;
	margin-top: 0;
}

.bodytext {
	margin-left: 24pt;
	margin-right: 24pt;
	text-align: justify;
}

A {
	text-decoration: none;
}

A:link {
	color: #00f;
}

A:visited {
	color: #642;
}

A:hover, A:active, A:focus {
	background-color: #ffd;
}

H1, H2, H3, H4, H5, H6 {
	font-family: bookman, serif;
}

H1 {
	text-align: center;
	font-size: xx-large;
	color: #000;
	background-color: #8ad;
	border-top: thin solid #000;
	border-bottom: thin solid #000;
	margin-top: 6pt;
	margin-left: -24pt;
	margin-right: -24pt;
}

H2 {
	margin-top: 1em;
	margin-left: -24pt;
	font-size: x-large;
	font-weight: normal;
	clear: right;
}

H3 {
	margin-top: 1em;
	margin-left: -12pt;
	font-size: large;
}

/*
H1 + P:first-letter {
	font-family: bookman, serif;
	font-weight: bold;
	font-size: 200%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
*/

P + P {
	text-indent: 1.5em;
}

INPUT, TEXTAREA {
	text-indent: 0;
}

P {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}

HR + P {
	margin-top: 0;
}

.author {
	font-size: small;
}

.last-modified {
	float: right;
	font-size: small;
}

DD {
	margin-bottom: 0.5em;
}

DT {
	font-weight: bold;
}

LI {
	margin-bottom: 0.75em;
}
