 /* unvisited link */
a:link {
  color: green;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: green;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: hotpink;
  text-decoration: none;
}

/* selected link */
a:active {
  color: hotpink;
  text-decoration: none;
} 

p {
  background-color: #1E1E1E;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;  
}

p.caption {
  color: white;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  font-style: italic; 
  text-align: center;
}

.menuLink {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}




.main_body {
  background-color: #1E1E1E;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}




.BusinessName {
  background-color: #1E1E1E;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.address {
  background-color: #1E1E1E;
  color: green;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
}

.ProductsTitle {
  background-color: #1E1E1E;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
}

.photoHeader {
  background-color: #1E1E1E;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 42px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

td.photos_side {
  padding: 20px;
}

/*

logos {}
*/
