img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
-webkit-transition: all 0.7s ease;
   -moz-transition: all 0.7s ease;
   -o-transition: all 0.7s ease;
   -ms-transition: all 0.7s ease;
   transition: all 0.7s ease; 
}

body{
margin-top:2px;
text-align: left!important;
font-family: "verdana"; 
font-size: 10px; 
color: #F2F2F2;  
font-weight: normal; 
background-color: #transparent;} 

b, strong { 
color: #C197D2; 
font:bold 10px "tahoma"; 
line-height:11px; 
} 

i, em { 
color: #613659; 
font:normal 9px georgia; 
line-height:13px; 
font-style:italic; 
} 

u, .stext, .sbtext, .swtext { 
  font-family: verdana; 
  font-size: 10px; 
  border-bottom: #F2F2F2 1px dotted; 
  color: #F2F2F2; 
  text-align: justify; 
  } 


h1 { 
color: #D3B1C2; 
text-transform: uppercase; 
text-shadow: 1px 1px 3px #613659;
margin-top:0px;
text-align: center;
font: normal 20px "verdana"; 
font-style: normal; 
letter-spacing: 2px; 
background-color: transparent; 
-webkit-transition: all 0.7s ease;
   -moz-transition: all 0.7s ease;
   -o-transition: all 0.7s ease;
   -ms-transition: all 0.7s ease;
   transition: all 0.7s ease; 
} 
h1:hover{
color: #000;
margin-top:0px;
text-align: center;
font: normal 20px "verdana"; 
font-style: normal; 
background-color: transparent;}

h2 { 
padding: 5px 2px 6px 2px; 
background:#d3b1c2;
width: 100%;
font: normal 8px "tahoma"; 
text-transform: uppercase; 
text-align: left; 
font-weight:bold;
color: #613659; 
letter-spacing:2px;
line-height: 9px; 
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
border-bottom: 2px dotted #613659;
 } 

h2:hover{
background: #613659;
width: 100%;
  color: #d3b1c2; }

h3 { 
padding: 1px 1px 1px 1px; 
background:#d3b1c2;
float: left;
overflow: hidden;
border: 1px solid #d3b1c2;
width: 70px;
font: normal 8px "tahoma"; 
text-transform: uppercase; 
text-align: center; 
margin-right :5px;
font-weight:bold;
color: #613659; 
letter-spacing:2px;
line-height: 13px; 
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
 } 

h3:hover{
background: transparent;
width: 70px;
padding: 1px 1px 1px 1px; 
overflow: hidden;
float: left;
border: 1px solid #d3b1c2;
color: #fff;
} 

a:link {
text-decoration: none;
text-transform: uppercase; 
letter-spacing: 2px;
color:#F2F2F2;
background-color: #C197D2;
font-weight:normal;} 
A:visited{text-decoration: none} 
A:active{text-decoration: uppercase} 

a:hover
	{color:#000;
	font-family: verdana;
	background-color:#fff;}
	text-decoration: ;
	font-variant: small-caps; 
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
-o-transition: all 0.9s ease; } 