body {

	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
background-color:transparent;
background-image: url('images/bg.jpg');
background-repeat: repeat;

color: #ffffff ;
	}


a:link {
 text-decoration: none;
         color: #E1E1DF;
}

a:visited {
 text-decoration: none;
         color: #E1E1DF;
}

a:active {
 text-decoration: none;
         color: #E1E1DF;
}

a:hover {
         cursor: crosshair;
         color: #E1E1DF;
}

 


B {
	
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
font-size: 100px;
 color: #C0C0BC;
 


}

S {
 color: #C0C0BC;
 text-decoration: strike;
}