/* CSS Document */body {	background-image: url(back.jpg);	background-repeat: repeat-x;	background-position: 0px 0px;}body {	font-family: Arial;	font-size: 12px;	color: #333333;}a:link {	font-family: Arial;	font-size: 12px;	color: #333333;	text-decoration: underline;}a:visited {	font-family: Arial;	font-size: 12px;	color: #333333;	text-decoration: underline;}a:active {	font-family: Arial;	font-size: 12px;	color: #333333;	text-decoration: underline;}a:hover {	font-family: Arial;	font-size: 12px;	color: #006633;	text-decoration: none;}