body {
	background-color: #333333;
}
.Next a:link {
	color: #0000FF;
	text-decoration: none;
	background-image: url(../images/N1.png);
	height: 51px;
	width: 51px;
	display: block;
}
.Next a:hover {
	color: #000066;
	text-decoration: underline;
	background-image: url(../images/N2.png);
	height: 51px;
	width: 51px;
}
.Next a:visited {
	color: #000066;
	text-decoration: underline;
	background-image: url(../images/N2.png);
	height: 51px;
	width: 51px;
}
.Next a:active {
	color: #000066;
	text-decoration: underline;
	background-image: url(../images/N2.png);
	height: 51px;
	width: 51px;
}.Prev a:link {
	color: #0000FF;
	text-decoration: none;
}
.Prev a:hover {
	color: #000066;
	text-decoration: underline;
}
.style1 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.style2 {
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
}
.style4 {
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFF00;
}.email_but {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003300;
	background-color: #FFFF00;
}
.h1 {
	color: #FFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bolder;
	font-variant: small-caps;
	font-style: normal;
}
.subHeader {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bolder;
	font-variant: normal;
	font-style: italic;
}
a:hover {
	color: #00FF00;
	text-decoration:underline overline;
	}
a {

	color: #FFFFFF;
}
#GBI {
	background-image: url(../images/PNG/GBI.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	height: 250px;
	width: 310px;
	position: relative;
	padding-top: 35px;
}
.mob_lgfnt {
	font-size: 16pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}.mob_smfnt {
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 24pt;
}
.Yel_fnt {
	color: #FF0;
}
.mob_hdrfnt {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30pt;
}
.mob_lftlgfnt {
	font-size: 18pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 24;
}

/* Resposive Photo Grid Layout */
.photo-grid {
  display: grid;
  gap: 1rem;

  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-auto-rows: 240px;
}

/* Medium screens */
@media screen and (min-width: 600px) {
  .card-tall {
    grid-row: span 2 / auto;
  }

  .card-wide {
    grid-column: span 2 / auto;
  }
}