/*______________________________________________________________________________
 * Common
 */

body {
	color: black;
	background-color: white;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}

a:link, a:active, a:visited {
	color: navy;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

div.main {
	padding: 1em;
}

div.legal {
	font-size: 10px ! important;
	text-align: center;
	padding: .5em;
}

/*______________________________________________________________________________
 * Welcome
 */

div.welcome {
	color: gray;
	font-weight: bold;
	text-align: center;
}

/*______________________________________________________________________________
 * QuickTime Movie
 */

div.download {
	font-size: 80%;
}

/*______________________________________________________________________________
 * Guest Book
 */

div.comments {
	color: black;
	font-style: normal;
}

span.name {
	color: black;
	font-weight: bold;
}

span.email {
	color: navy;
	font-style: normal;
	font-weight: normal;
}

span.location {
	color: gray;
	font-size: 80%;
	font-style: normal;
}

span.date {
	color: gray;
	font-size: 80%;
	font-style: normal;
}

span.required {
	color: navy;
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
}

/*______________________________________________________________________________
 * Photo Album
 */

a.chapter:link, a.chapter:active, a.chapter:visited {
	color: gray;
	font-weight: bold;
	text-decoration: none;
}

a.chapter:hover {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

a.chaptercurrent:link, a.chaptercurrent:active, a.chaptercurrent:visited {
	color: navy;
	font-weight: bold;
	text-decoration: none;
}

a.chaptercurrent:hover {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

img.smallphoto {
	border: solid 4px white;
}

img.largephoto {
	border: solid 12px white;
}

a.prevnext:link, a.prevnext:active, a.prevnext:visited {
	color: gray;
	font-size: 80%;
	font-weight: bold;
}

a.prevnext:hover {
	color: black;
	font-size: 80%;
	font-weight: bold;
}
