body {font-family: "Trebuchet MS"; 
font-size: 10px; 
color: #a984a5; 
text-align: center; 
font-weight: normal; 
background-color: #transparent;} 


b, strong { 
color: #c9adc6; 
font:normal 9px arial; 
line-height:11px; 
font-weight:bold; 
} 

i, em { 
color: #837281; 
font:normal 9px georgia; 
line-height:13px; 
font-style:italic; 
} 

u, .stext, .sbtext, .swtext { 
  font-family: verdana; 
  font-size: 10px; 
  border-bottom: #a984a5 1px dashed; 
  color: #a984a5; 
  text-align: justify; 
  } 

S { 
font-size : 10px; 
color : #fff;  
} 

h1 { 
color: #a984a5; 
text-transform: uppercase; 
text-align: center; 
font: Century Gothic; 
font-size: 15px; 
font-style: normal; 
letter-spacing: 2px; 
background-color: transparent; 
border-bottom: 1px dashed #a984a5; 
} 
h2 { 
padding: 1px 2px 10px 2px; 
line height: 0px; 
background: transparent; 
font: normal 12px "Century Gothic"; 
text-transform: lowercase; 
text-align: center; 
color: #c9adc6; 
line-height: 10px; 
 } 

	blockquote {
  font-size: 10px;
  text-align: center;
  color: #a984a5;
  background-color: transparent;
  border-left: 8px solid #a984a5;
  border-right: 8px solid #a984a5;
  padding: 6px;
   -webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
   -o-transition: all 1s ease;
   -ms-transition: all 1s ease;
   transition: all 1s ease;
}

	blockquote:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}


A:link {text-decoration: underline} 
A:visited{text-decoration: none} 
A:active{text-decoration: none} 

a:hover
	{color:#a984a5;
	font-family: verdana;
	background-color:#f4d9f1;
	text-decoration: ;
	font-variant: small-caps; 
	cursor: crosshair;}