body {
	background-attachment: fixed;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

a:link {
	text-decoration:none;
	color:#000000;
	}
	
a:active {
	text-decoration:none;
	color:#FF0000;
}
	
a:visited {
	text-decoration:none;
	color:#000000;
}
	
a:hover{
	text-decoration:none;
	color:#FF0000;
}
	

