
a.menu1 { 
  COLOR: Purple;
  FONT-WEIGHT: bold;
  text-decoration: none;
  font-size: 20px;
  font-family: Arial;
  text-align: left;
}

a.menu1:hover { 
  COLOR: White;
  FONT-WEIGHT: bold;
  text-decoration: none;
  font-size: 20px;
  font-family: Arial;
  background-color: Purple;
  border: 0;
  text-align: left;
}

a.menu2 { 
  COLOR: Purple;
  FONT-WEIGHT: bold;
  text-decoration: none;
  font-size: 14px;
  font-family: Arial;
  text-align: left;
}

a.menu2:hover { 
  COLOR: White;
  FONT-WEIGHT: bold;
  text-decoration: none;
  font-size: 14px;
  font-family: Arial;
  background-color: Purple;
  border: 0;
  text-align: left;
}

a.email { 
  COLOR: Purple;
  font-size: 10px;
  font-family: Arial;
}

a.email:hover { 
  COLOR: Red;
  font-size: 10px;
  font-family: Arial;
}

a.foot { 
  color: Purple;
  text-decoration: none;
  font-size: 10px;
  font-family: Arial;
  background-color: transparent;
}

a.foot:hover { 
  color: Red; 
  text-decoration: none;
  font-size: 10px;
  font-family: Arial;
  background-color: transparent;
}

.footer {
	color: Black;
	font-size: 10px;
	font-family: Arial;
}

img.menu-img {
	padding-right: 10px;
	vertical-align: middle;
	border: 0px none;
}