html

a:hover { color: #ff0000; }
div#header {
    clear: both;
	width: 100%;
    height: 170px;
 	padding: 0px; 
	background-color: #ffffff;
	}

----------------------------------------------

.image-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Creates 3 columns of equal width */
  gap: 10px; /* Space between grid items */
}

.gallery-item img {
  width: 100%;
  height: auto;
}

----------------------------------------------



ul {
	 display: flex; 
    width:100%;
    margin-left: 0;
    margin-bottom: 0
	
  
} 

li { 
    list-style-type: none;
	color: #ffffff;
    display: inline-block;

    margin-right: 20px;
    overflow: hidden;
    background-color: #333333;
}
}

ul li a:hover {
  background-color: #111111;
}
____________________________________


.container {
  /* Set a background color for visibility, width 
     is 100% of the body by default */
  background-color: black; 
  padding: 1px;
}

.horizontal-block {
  /* Block elements are 100% width by default, 
     so no explicit width: 100% is needed */
  background-color: #333;
  color: white;
  padding: 0px; /* Padding is included in the total width with box-sizing */
  margin: 0;
  box-sizing: border-box; /* Ensures padding/border is included in the element's total width */
 
}











________________________________________________

.bluelinks   { color: #336699; font-style: normal; font-weight: bolder; font-size: 10pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.bluelinks12   { color: #336699; font-style: normal; font-weight: bold; font-size: 12pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.bluelinks9   { color: #336699; font-style: normal; font-weight: bold; font-size: 9pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.bluelinks8   { color: #336699; font-style: normal; font-weight: normal; font-size: 8pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.bluelinks7   { color: #336699; font-style: normal; font-weight: normal; font-size: 7pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.bluemenu  { color: white; font-style: normal; font-weight: bolder; font-size: 10pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.boldbig  { color: black; font-style: normal; font-weight: bolder; font-size: 14pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.copybold   { color: black; font-style: normal; font-weight: bolder; font-size: 10pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.copybold9   { color: black; font-style: normal; font-weight: bolder; font-size: 9pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.copybold8  { color: black; font-style: normal; font-weight: bolder; font-size: 8pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.copyitalic  { color: black; font-style: italic; font-weight: normal; font-size: 10pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.copyitalic8  { color: black; font-style: italic; font-weight: normal; font-size: 8pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.copyitalic9  { color: black; font-style: italic; font-weight: normal; font-size: 9pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.copyplain  { color: black; font-style: normal; font-weight: normal; font-size: 10pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.copyplain2  { color: black; font-style: normal; font-weight: normal; font-size: 9pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.copyplain8  { color: black; font-style: normal; font-weight: normal; font-size: 8pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.copyplain7  { color: black; font-style: normal; font-weight: normal; font-size: 7pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.copywhite  { color: #f5f5f5; font-style: normal; font-weight: bolder; font-size: 10pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.copyplain2  { color: black; font-style: normal; font-weight: normal; font-size: 9pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.courier  { color: black; font-style: normal; font-weight: normal; font-size: 9pt; font-family: "courier" sans-serif}
.leftred  { color: #FF0000; font-style: normal; font-weight: bolder; font-size: 10pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.reditalic  { color: #FF0000; font-style: italic; font-weight: bolder; font-size: 10pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.reditalic9  { color: #FF0000; font-style: italic; font-weight: normal; font-size: 9pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.reditalic8  { color: #FF0000; font-style: italic; font-weight: bolder; font-size: 8pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.reditalic6  { color: #FF0000; font-style: italic; font-weight: bolder; font-size: 6pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.reditalic12  { color: #FF0000; font-style: italic; font-weight: bolder; font-size: 12pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.h4  { color: #551a8b; font-style: normal; font-weight: bolder; font-size: 14pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.h3  { color: #551a8b; font-style: normal; font-weight: bolder; font-size: 10pt; font-family: "papyrus", sans-serif }
.h2  { color: #8B0000; font-style: normal; font-weight: bolder; font-size: 1em; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.h2-italic  { color: #8B0000; font-style: italic; font-weight: bolder; font-size: 9pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.greenday   { color: #003300; font-style: normal; font-weight: bolder; font-size: 8pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.bigwhite  { color: white; font-style: normal; font-weight: bolder; font-size: 10pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.bluemenu2  { color: white; font-style: normal; font-weight: bolder; font-size: 9pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.bluemenu3  { color: white; font-style: normal; font-weight: bolder; font-size: 8pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.maroon  { color: #B22202; font-style: normal; font-weight: bolder; font-size: 1em; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.green10   { color: #003300; font-style: normal; font-weight: bolder; font-size: 10pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.green9   { color: #003300; font-style: normal; font-weight: bolder; font-size: 9pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.green8   { color: #003300; font-style: italic; font-weight: bolder; font-size: 8pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.h1  { color: #551a8b; font-style: normal; font-weight: bolder; font-size: 14pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.h1-italic  { color: #8B0000; font-style: italic; font-weight: bolder; font-size: 9pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.greenh2  { color: #003300; font-style: normal; font-weight: bolder; font-size: 1em; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.greenh1  { color: #003300; font-style: normal; font-weight: bolder; font-size: 10pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.maroonbig2  { color: #8B0000; font-style: normal; font-weight: bolder; font-size: 12pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.maroonbig  { color: #8B0000; font-style: normal; font-weight: bolder; font-size: 1.25em; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.papyrus7  { color: #336699; font-style: normal; font-weight: bolder; font-size: 7pt; font-family:  "papyrus", sans-serif }
.papyrus10  { color: #551a8b; font-style: normal; font-weight: bolder; font-size: 10pt; font-family:  "papyrus", sans-serif }
.h5  { color: #551a8b; font-style: normal; font-weight: bolder; font-size: 16pt; font-family:  "papyrus", sans-serif }
.h6  { color: #551a8b; font-style: normal; font-weight: bolder; font-size: 14pt; font-family:  "papyrus", sans-serif }
.purple8  { color: #551a8b; font-style: normal; font-weight: bolder; font-size: 8pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.purple10  { color: #551a8b; font-style: normal; font-weight: bolder; font-size: 10pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.purple9  { color: #551a8b; font-style: normal; font-weight: bolder; font-size: 9pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.purple7  { color: #551a8b; font-style: normal; font-weight: bolder; font-size: 7pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.purple  { color: #551a8b; font-style: normal font-weight: bolder; font-size: 1em; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.purple1  { color: #551a8b; font-style: italic; font-weight: bolder; font-size: 8pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.maroonbig-italic  { color: #8B0000; font-style: italic; font-weight: bolder; font-size: 1.25em; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.maroonmed  { color: #8B0000; font-style: normal; font-weight: bolder; font-size: 10pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.maroonmed-italic  { color: #8B0000; font-style: italic; font-weight: bolder; font-size: 1em; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.maroonsmall { color: #8B0000; font-style: normal; font-weight: bolder; font-size: 9pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.maroonsmall8 { color: #8B0000; font-style: normal; font-weight: bolder; font-size: 8pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.maroonsmall7 { color: #8B0000; font-style: normal; font-weight: bolder; font-size: 7pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.maroonsmall-italic { color: #8B0000; font-style: italic; font-weight: bolder; font-size: 9pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.maroonsmall-italic8 { color: #8B0000; font-style: italic; font-weight: bolder; font-size: 8pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }
.greenitalic   { color: #003300; font-style: italic; font-weight: bolder; font-size: 10pt; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif }