body {
	background: white;
    font-size: 12px;
	font-family: "Comic Sans MS", cursive, sans-serif;
}

h1 {
	font-weight: normal;
	font-size: 24px;
		font-family: "Comic Sans MS", cursive, sans-serif;
}

h2 {
	font-weight: normal;
		font-family: "Comic Sans MS", cursive, sans-serif;
}

img {
  max-width: 100%; 
  height: auto;
}

.contents {
  max-width: 900px;
  margin: auto;
  background: white;
}

.banner {
  background-image: url("/images/Banner.jpg");
  height: 72px;
  text-align: center;
  vertical-align: middle;
  border-bottom: solid 1px black;
  border-left: solid 1px black;
  border-right: solid 1px black;
}

.navigation {
  background-color: #6e99c9;
  border-bottom: solid 1px black;
  margin-bottom: 8px;
  border-left: solid 1px black;
  border-right: solid 1px black;
  font-size: 14pt;
  line-height: 2em;
  text-align: center;
  color: white;
}

.navigation a:link,
.navigation a:visited {
  color: white;
}

.footer {
  text-align: center;
}

.browseTable {
  border-collapse: collapse;
  margin-bottom: 0px;
  background-color: white;
  border-color: #CCCCCC;
  border-width: 1px;
  border-style: solid;
}

.browseHeader {
  background-color: #6e99c9;
  color: white;
}

.profileDiv {
  width: 100%;
  height: 100%;
  background-color: lightsteelblue;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  border-left: solid 1px black;
  border-right: solid 1px black;
  font-size: 14pt;
  text-align: center;
  padding: 2px;
}

.profileDesc {
  font-size: 9pt;
}

.Button {
	cursor: pointer;
	background-color: #fff;
	border: solid 1px #333;
	color: #333;
	font-family: "Comic Sans MS", cursive, sans-serif;
    font-size: 0.9em;
	text-decoration: none;
}

.Button:link,
.Button:visited {
	border: solid 1px #777;
	color: #777;
}

.Button:hover,
.Button:active {
    background-color: #6e99c9;
	border: solid 1px #000;
	color: #fff;
}

.thumbnailIcon {
	object-fit: cover;
	width: 120px;
	height: 70px;
	padding: 2px;
}

select:disabled {
	display: none;
}
