b {	cursor: none; color: #f0d8d8; TEXT-DECORATION: none;	
}
y {	 cursor: none; color: #FFAAAA; TEXT-DECORATION: none;
}
m {	 cursor: none; color: #EEBB95; font-family: Courier New; cursor: hand; letter-spacing: -1px; text-transform: lowercase; TEXT-DECORATION: none;
u {     color: #fa7ebc; TEXT-DECORATION: underline; border-bottom: 1px dashed #fa7ebc;}

strong {	color: #e5c3c2; background: #ffffff; font-weight: normal; line-height: 15px; 	letter-spacing: 0px;
background: #ffffff;  font-family: Verdana;     font-size: 11px; text-transform:uppercase;     font-weight: bold; font-style: bold;
}

/* -- img -- */


img{
   -webkit-transition: opacity 0.7s linear;
   opacity: 1;
   -webkit-transition: all 0.5s ease-out;
   -moz-transition: all 0.5s ease-out;
   transition: all 0.5s ease-out;
   cursor: hand;
}

img:hover{
   -webkit-transition: opacity 0.7s linear;
   opacity: 0.6;
   -webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
   cursor: hand;
}