	body {  background-repeat: repeat-y; 
		background-image: url(images/bg.gif);
		background-attachment:fixed;
	
	}
	body,td,table,p,b,h1,h2,h3,i,a {
		font-family: tahoma,verdana,helvetica
	}
	h1{
		color: #990000;
		text-weight:bolder;
	}
	h2{
		color: #660000;
	}
	h3{
		color: #330000;
	}
	a{
		color: #990000;
	}
	a:visited{
		color: #993300;
	}
