@charset "utf-8";
/* CSS Document for CASHS1977.com */

body{
  font-family: Tahoma, Verdana, sans-serif;
  background-color: Beige;
}

#cashs1977
{
  font-family: Tahoma, Verdana, sans-serif;
  background-color: Beige;
   /* 
  background-color: OldLace;
  background-color: PapayaWhip;
  background-color: Wheat;
   */
}

#cashs1977 > body
{
  font-family: Tahoma, Verdana, sans-serif;
  background-color: Beige;
   /* 
  background-color: OldLace;
  background-color: PapayaWhip;
  background-color: Wheat;
   */
}

#cashs1977 > p
{
  color: black;
  font-family: courier;
  font-size: 125%;
  font-weight: bold;
}

#cashs1977 > table
{
    	border-style: none;
}

#cashs1977 > table td
{ 
    border-style: none;
	font-size: 175%;
	font-family: courier;
	font-weight: bolder;
	text-align: center;
}

#SongCheer
{
	background-color: Beige;
	font-family: courier;
	font-size: 125%;
	font-weight: bold;
}

#SongCheer > table
 {
	 align: left;
 }
 
#SongCheer > table td
 {
	font-family: courier;
	font-size: 125%;
	font-weight: bold;
	text-align: left;
 }

.NavTable
{
	border-style: none;
	align: left;
}
.NavTable ul 
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

.NavTable li 
{
  float: left;
	/* display: inline; */
}

.NavTable a
{
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.NavTable a:hover
{
  background-color: #111;
}

.active
{
  background-color: #04AA6D;
}