body {
	font-family: "Bodoni MT", Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
}

.alert {
	background-color: #F3F3F3;
	color: #FF0000;
}

#Album {
	background-color: transparent;
	height: 540px;
	margin-left: 2em;
	margin-right: 2em;
	width: 540px;
}

#ContentFrame {
	background-color: #FFFFFF;
	text-align: left;
	width: 550px;
}

#ContentFrame #Pagehead {
	font-style: normal;
	padding-top: 2.0em;
	text-align: center;
}

#ContentFrame #Subtitle {
	font-size: 0.90em;
	font-style: italic;
}

#ContentFrame a:link {
	background-color: transparent;
	color: #710000;
	text-decoration: none;
}

#ContentFrame a:visited {
	background-color: transparent;
	color: #4F4F4F;
	text-decoration: none;
}

#ContentFrame a:hover {
	background-color: #D60000;
	border-bottom-color: #373737;
	border-bottom-style: groove;
	border-bottom-width: thin;
	border-top-color: #373737;
	border-top-style: groove;
	border-top-width: thin;
	color: #FFFFFF;
}

#ContentFrame a:active {
	background-color: #D60000;
	border-bottom-color: #F7D300;
	border-bottom-style: groove;
	border-bottom-width: thin;
	border-top-color: #F7D300;
	border-top-style: groove;
	border-top-width: thin;
	color: #F7D300;
}

#ContentFrame blockquote {
	font-size: 0.85em;
	font-style: italic;
	margin-left: 4em;
	margin-right: 4em;
}

#ContentFrame dd {
	margin-left: 2em;
	margin-right: 2em;
}

#ContentFrame dl {
	margin-left: 2em;
	margin-right: 2em;
}

#ContentFrame dt {
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
}

#ContentFrame h1 {
	font-size: 1.85em;
	text-align: center;
}

#ContentFrame h2 {
	font-size: 1.55em;
	font-style: italic;
	margin-left: 1em;
}

#ContentFrame h3 {
	font-size: 1.3em;
	font-variant: small-caps;
	margin-left: 1.4em;
}

#ContentFrame h4 {
	font-size: 1.15em;
	font-style: italic;
	font-variant: small-caps;
	margin-left: 1.7em;
}

#ContentFrame h5 {
	font-size: 0.95em;
	margin-left: 2em;
	text-decoration: underline;
}

#ContentFrame h6 {
	font-size: 0.85em;
	font-style: italic;
	margin-left: 2.5em;
	text-decoration: underline;
}

#ContentFrame ol {
	margin-left: 3em;
	padding-left: 1em;
}

#ContentFrame p {
	margin-left: 2em;
	margin-right: 2em;
}

#ContentFrame ul {
	margin-right: 3em;
}

