BODY {background-image: url(images/back_ground.jpg); 
      background-repeat: repeat; 
      font-family: Arial, Helvetica, sans-serif; 
      font-weight: bold;
      color: Black;
      text-align: center}

A:link {color: maroon}
A:visited {color: maroon}
A:hover {color: maroon}
A:active {color: maroon}

H1 {color: Black}
H2 {color: Black}
H3 {color: Black}

TABLE {padding: 0px;
       border-style: none}
TABLE.Products {padding: 12px;
        	border-style: none}
TABLE.Orders {padding: 0px;
	      background-color: white}

TH {text-align: right}
TH.Products {text-align: center}
TH.Orders {text-align: center;
	   border-color: #d2c691;
	   border-style: solid;
	   border-width: 1px}

TD {text-align: left}
TD.Products {text-align: center}
TD.Orders {text-align: left;
	   font-size: 12px;
	   border-color: #d2c691;
	   border-style: solid;
	   border-width: 1px}
TD.Text {font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	color: Black;
	text-align: left}
TD.Shows {font-family: Arial, Helvetica, sans-serif; 
	  font-weight: bold;
	  color: Black;
          text-align: left;
          font-size: 12px;
          border-color: gray;
          border-style: solid;
          border-width: 1px}

P {font-family: Arial, Helvetica, sans-serif; 
   color: Black}

IMG {margin: 10px;
     border-style: none}

UL {text-align: left}

.Fancy {font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-style: italic;
	color: Black}

.Choices {font-family: Arial, Helvetica, sans-serif;
	  font-weight: normal; 
	  font-style: italic;
	  color: Black}

.Nav {font-family: Arial, Helvetica, sans-serif;
      font-weight: Bold;
      font-size: 20px;    
      color: Blue}