body {
  margin: 0px .4vw 0px .4vw;
}

.red {
  color: var(--red);
  font-weight: bolder;
  text-shadow: .01em .01em 0px black;
}

.orange {
  color: var(--orangeAHS);
  font-weight: bolder;
  text-shadow: .01em .01em 0px black;
}

.ahs {
  // font-size: larger; // removed 5/7/2023 Ed H
  font-weight: bolder;
  color: var(--orangeAHS);
  text-shadow: .01em .01em 0px black;
}

.gold {
  color: var(--gold);
  font-weight: bold;
  text-shadow: 1px 1px 1px #000, 3px 3px 5px orange;
}

.silver {
  color: var(--silver);
  font-weight: bold;
  text-shadow: 1px 1px 1px #000, 3px 3px 5px orange;
}

.rubyred {
  color: var(--rubyred);
  font-weight: bold;
  text-shadow: 1px 1px 1px #000, 3px 3px 5px orange;
}

.sapphirered {
  color: var(--sapphirered);
  font-weight: bold;
  text-shadow: 1px 1px 1px #000, 3px 3px 5px orange;
}

.emeraldgreen {
  color: var(--emeraldgreen);
  font-weight: bold;
  text-shadow: 1px 1px 1px #000, 3px 3px 5px orange;
}

.diamondwhite {
  color: var(--diamondwhite);
  font-weight: bold;
  text-shadow: 1px 1px 1px #000, 3px 3px 5px orange;
}

.coral {
  color: var(--coral);
  font-weight: bold;
  text-shadow: 1px 1px 1px #000, 3px 3px 5px orange;
}

.skyblue {
  color: var(--skyblue);
  font-weight: bold;
  text-shadow: 1px 1px 1px #000, 3px 3px 5px orange;
}

.green {
  color: var(--green);
  font-weight: bold;
  text-shadow: 1px 1px 1px #000, 3px 3px 5px orange;
}

.larger {
  font-size: larger;
  font-weight: bold;
}

a:link {
  color: var(--orangeBrightAHS);
}

a:visited {
  color: #FF3377;
}

a:active {
  color: #FF3333;
}

.contact {
  font-size: 2vw;
}

.view-header {
  font-size: 2vw;
  font-weight: bold;
}

.view-data {
  font-size: 1.5vw;
}

.view-col1 {
  background-color: #EEEEEE;
}

.view-col2 {
  background-color: #CCCCCC;
}

.formtext {
  font-size: 1.5vw;
}

.formstyle {
  background-color: #FF9966;
  font-size: 1.5vw;
  font-family: Verdana;
}

.searchtext {
  font-size: 1.75vw;
}

.revem {
  unicode-bidi: bidi-override;
  direction: rtl;
}

/* hr{ border:0; color:#FF9966; background-color:#FF9966;height:0.15em; }
.full {
  width: 99%;
} */
// ul{list-style-image:url(/images/iListItem/orange_small_transparent_arrow.gif); list-style-type:circle;}
// ul li{margin:0;}
table#toptable {
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
}

/* the following CSS will make all BULMA cards equal height especially needed on index.html page and other pages too. Added 10/16/2022 the day I bought my new ski boots in Boone  Ed Hendrickson Jr */
.bm--card-equal-height {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.bm--card-equal-height .card-footer {
  margin-top: auto;
}