

A.blackHPINK
{
	font: Arial;
	color:#000000;	
	font-weight: normal;
	text-decoration:none;
}

A.blackHPINK:hover
{
	font: Arial;
	color:#ff0cf8;	
	font-weight: normal;
	text-decoration:underline;
}

A.blackHPINKu
{
	font: Arial;
	color:#000000;	
	font-weight: normal;
	text-decoration:underline;
}

A.blackHPINKu:hover
{
	font: Arial;
	color:#ff0cf8;	
	font-weight: underline;
	text-decoration:underline;
}

A.lgrayHPINK
{
	font: Arial;
	color:#dddddd;	
	font-weight: normal;
	text-decoration:none;
}

A.lgrayHPINK:hover
{
	font: Arial;
	color:#ff0cf8;	
	font-weight: normal;
	text-decoration:underline;
}

A.mgrayHPINK
{
	font: Arial;
	color:#999999;	
	font-weight: normal;
	text-decoration:none;
}

A.mgrayHPINK:hover
{
	font: Arial;
	color:#ff0cf8;	
	font-weight: normal;
	text-decoration:underline;
}

A.blackHPINKb
{
	font: Arial;
	color:#000000;	
	font-weight: bold;
	text-decoration:none;
}

A.blackHPINKb:hover
{
	font: Arial;
	color:#ff0cf8;	
	font-weight: bold;
	text-decoration:underline;
}

A.hpinkBLACK
{
	font: Arial;
	color:#ff0cf8;	
	font-weight: normal;
	text-decoration:none;
}

A.hpinkBLACK:hover
{
	font: Arial;
	color:#000000;	
	font-weight: normal;
	text-decoration:underline;
}

A.blackWHITE
{
	font: Arial;
	color:#000000;	
	font-weight: normal;
	text-decoration:none;
}

A.blackWHITE:hover
{
	font: Arial;
	color:#ffffff;	
	font-weight: normal;
	text-decoration:underline;
}



A.hpinkWHITE
{
	font: Arial;
	color:#ff0cf8;	
	font-weight: normal;
	text-decoration:none;
}

A.hpinkWHITE:hover
{
	font: Arial;
	color:#ffffff;	
	font-weight: normal;
	text-decoration:underline;
}




.glam-button-mobile {
	display: inline-block;
  text-align: center;
  color: white !important;
  text-decoration: none;
  border-style:none;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  font-weight:bold;
  font-family:arial;
  font-size:18px;
  cursor: pointer;
  background-color: #ff0cf8;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.glam-button-mobile:hover { background-color: #ffd4ff; }



.glam-button-mobile-g {
	display: inline-block;
  text-align: center;
  color: white !important;
  text-decoration: none;
  border-style:none;
  border-radius:4px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  font-weight:normal;
  font-family:arial;
  font-size:16px;
  cursor: pointer;
  background-color: #777766;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.glam-button-mobile-g:hover { background-color: #444455; }



.glam-button-small {
	display: inline-block;
  text-align: center;
  color: white !important;
  text-decoration: none;
  border-style:none;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  font-weight:normal;
  font-family:arial;
  font-size:10px;
  cursor: pointer;
  background-color: #ff0cf8;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.glam-button-small:hover { background-color: #ffd4ff; }



.menu a { 
	display: block;
	font-family: Arial;
	font-weight: bold;
	text-decoration:none; 
	font-size:10px; 
	letter-spacing: 1px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
} 
.menu a:link {
	color: #dddddd;  
	text-decoration: none;
}
.menu a:active { 
	color: #dddddd; 
	text-decoration: none;
}
.menu a:visited {
	color: #dddddd; 
	text-decoration: none;
}
.menu a:hover {
	color: #000000;
	background: #ff0cf8; 
	text-decoration: none;

