    body {
      background-color: black;
      background-image: linear-gradient(to bottom, #200000, #400000, #600000, #800000, #A00000, #C00000, #c16b0c 95%, #FFFF00),
                        url('images/Dark-BG.jpg');
      background-size: 1920px 51px, 1920px 1200px;
      background-repeat: repeat-x, repeat;
      background-position:  0px 0px, 0px 0px;
    color: white;
    font: 26px arial, verdana, sans;
    }

table {
  vertical-align: top;
  border: none;
  width: 100%;
}

table.medium {
  vertical-align: top;
  border: none;
  width: 1400px;
}

table.small {
  vertical-align: top;
  border: none;
  width: 700px;
}

table.wide {
  vertical-align: top;
  border: none;
  width: 1650px;
}

td { /* used for index and stores pages */
  font-size: 27px;
  color: white;
  white-space: nowrap;
  vertical-align: top;   /* replaces valign="top" */
  padding: 0px;          /* replaces cellpadding="0" */
}

td.wrap{
  font-size: 26px;
  color: white;
  white-space: wrap;
  vertical-align: top;   /* replaces valign="top" */
  padding: 0px;          /* replaces cellpadding="0" */
}

td.tiny {
  vertical-align: top;
  width: 30px;
  font-size: 24px;
}

td.small {
  vertical-align: top;
  width: 230px;
  font-size: 24px;
}

td.medium {
  vertical-align: top;
  width: 330px;
  font-size: 24px;
}

td.smallwide {
  vertical-align: top;
  width: 550px;
  font-size: 24px;
}

th {
  font-size: 16px;
  padding: 10px;
  border: 1px solid #ccc;
}

strong {color: red; font-size: 300%; }


h3 {
  border-bottom: 0px solid  #77cc77; /* mid green  #77cc77*/
  font-family: sans-serif;
  font-size: 32px;
  margin-top: 2px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  }

h4 { /* for favorites only */
  border-bottom: 0px solid  #77cc77; /* mid green  #77cc77*/
  font-family: sans-serif;
  font-size: 32px;
  margin-top: 2px;
  margin-bottom: 10px;
  padding-right: 10px;
  }

img { vertical-align: middle; }

 /*  these are for the links ...   Change in the body of index.html too */
a {text-decoration:none}
a:link {color: white}
a:visited {color: yellow}
a:hover {color: orange}
a:active {color: green}

/*  and these go with above but literally for the bottom on index to show right */
/* these are for lettering,  Titles etc */

#accent2 { color: #e163eb}      /* pale purple */
#accent { color: lime}
#activecolor { color: green }
#asof { color: white }              /* date file modified, top left */
#black{ color: black }               /* no longer used */
#body { color: white }              /* normal text */
#build { color: #F7D456 }           /* build info on index.html */
#club2 { color: white }             /* one that is due */
#club { color: yellow }             /* majority of meetings */
#clubtitle { color:  #00FF7F }       /* the 2nd thursday line in club */
#hovercolor {color: orange }
#linkcolor { color: white }
#paleblue { color: #63CAEB }
#text2 { color: yellow }                /* 2nd color in java script */
#text { color: #FFFFFF }
#today { color: #FFC391; font-size: 38px; }           /* pale orange-peach*/
#visitedcolor { color: yellow }
#white { color: #FFFFFF}
#year {color: #FB0000 }             /* the year in club page */

#maininfo { padding-left: 100px; }

#TitleText {
    font-family: Toledo,Arial,"Comic Book",sans-serif;
    font-size: 40px;
    text-align: left;
    letter-spacing: 7px;
    margin-top: 0px;
    padding-top: 0px;
    color: #FFF;
    text-shadow: 0.1em 0.1em 0.1em #000; }

ul {
    list-style-type: none;
    font-family: "SF Florencesans Rev", arial narrow, toledo, arial, sans;
    font-size: 26px;
    margin: 0;
    padding: 0;
    width: 170px;
    background-color: transparent;
}


/* TABS - Buttons along the left side. NOT TOP */
li a {
    display: block;
    height: 24px;
    border: 4px solid #008000;
    border-radius: 0px 12px 0px 12px;
    text-align: center;
    padding: 7px 2px 2px 2px;          /* around text in the button */
    text-decoration: none;
    color: white;
    margin: 0px 0px 5px 0px;    /* space between buttons */
    background-color: #170504;
}

li a.active {
    background-color: #FFD150;             /* ACTIVE */
    color: black;
    font-style: normal;
    font-weight: normal;
}

li a:hover:not(.active) {
    background-color: #88ff88;           /* HOVER */
    color: black;
}

/*- Menu Tabs J   TABS ON TOP       --------------------------- */
    #tabsJ {
      color: black;
      float:left;
      width:100%;
      font-size:100%;
      line-height:normal;
      border-bottom: 1px none #FFFFFF; }

    #tabsJ ul {
        margin: 0;
		padding: 10px 0px 0px 10px;
        list-style:none; }

    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;  }

    #tabsJ a {
      float:left;
      background:url("images/tableftJ.png") no-repeat 0% -63px;
      margin:0;
      padding:0px 5px 0px 5px;
      text-decoration:none;
	  text-align: center;
      Width: 190px; }  /* size of tab & spacing between */

    #tabsJ a span {
      float:left;
      display:block;
      background:url("images/tabrightJ.png") no-repeat right top;
      padding: 5px 5px 4px 0px;
      background-position:100% -63px;  /* 100% to make it paint the right hand side of image */
	  color: black; }

	#tabsJ a span {
		float:none;
		width: 150px;     /* and this is the width of the tab,  Keep in mind the width above.  */
		}


    #tabsJ a:hover {
      background-position:0% -126px;  /* green (bottom) */
      }
    #tabsJ a:hover span {
      background-position:100% -126px;
	  color: black ; /* color of text white */
	  }

	#tabsJ #current a {
			background-position:0% 0px;  /* Grey  */
	}
	#tabsJ #current a span {
			background-position:100% 0px;
			color: black;   /* color of text is black here */
			font-weight:bold ;
	}

/**/
