body {  
	background-image: url(images/banner_bg.jpg); 
	background-repeat: repeat-x;
	background-color:#2f4f4f;
	margin: 0;
	padding: 0;
	color: #000000;
	}

A:link  {text-decoration: none;}

A:visited {text-decoration: none;}

A:hover {text-decoration: underline;}