div.gallimg
  {
  margin:2px;
	margin-left:10px;
  border:1px solid #0000ff;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
	background-color:beige;
  }
div.gallimg img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }
div.gallimg a:hover img
  {
  border:1px solid #0000ff;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
	font-size:0.9em;
  width:315px;
  margin:2px;
	padding-bottom:2px;
	display:block; /* or none */
  }

body
 {
  background-image:url(../Images/beige107.jpg);
  background-position:left top;
	margin-top:0;
	margin-left:0;
  }
h2.glry {
  text-align:center;
	color:navy;
	font-size:22px;
	font-family:Georgia,"Times New Roman", serif;
	margin-bottom:10px;
	margin-top:20px;
}

h3.glry {
  text-align:center;
	color:darkblue;
	margin-bottom:30px;
}

.glrytext {
  font-family:Georgia, "Times New Roman", serif;
	font-size:18px;
	text-indent:1em;
	margin:10px;
	margin-left:30px;
}

.glry-table { 
	border: 2px solid #0044aa;
	/*border-top:3px;
	border-bottom:3px;*/
	border-collapse:collapse;
	table-layout: auto;
	width: 800px;
	background-color: #FDFFFE;/*#fff4ee;*/
	margin-top:50px;
	margin-left:150px;
}

.glry-table th {
  color: navy;/*#007722;*/
	background-color: #dfdfdf; 
	height: 36px; 
	min-width: 250px;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-size: 14px;
	font-weight:normal;
	border-right: 1px solid #000099;
	border-bottom: 2px solid #000099;
	padding:2px 4px;
	text-align: center;
}
.glry-table td {
  font-size:14px;
  font-family:Verdana, Arial, Sans-serif; 
	height: 50px; 
	padding-left:10px;
	padding-right:5px;
	border-bottom:1px dashed navy;
}
.glry-table td a {
  font-size:18px;
	color:blue;
	padding-left:10px;
	padding-right:5px;
	/*text-decoration:underline;*/
}

