<style type="text/css">

html{

}

body{

	background-color: #000000;
	background-image: url("bg.jpg");
	background-repeat:no-repeat;
	background-position:right bottom;
	background-attachment: fixed;

	color:#ffffff ;
	font-style:normal;
	text-decoration:none; 
	
	scrollbar-base-color:#000000;
	scrollbar-face-color:#222222;
	scrollbar-arrow-color:#4455ff;
	scrollbar-shadow-color:#4455ff;
	scrollbar-darkshadow-color:#000000;
	scrollbar-highlight-color:#4455ff;
	scrollbar-3dlight-color:#000000;
	scrollbar-track-color:#000000;
}

a{
	color:#00ccff ;
	font-style:normal;
	text-decoration:none; 
}

a:link{
	color:#00ccff ;
	font-style:normal;
	text-decoration:none; 
} 

a:visited{
	color:#00ccff ;
	font-style:normal;
	text-decoration:none; 
}

a:hover{
	color:#00ffff ;
	font-style:normal;
	text-decoration:none; 
}

</style>