body {
	width: 1000px;
	font-size: 12px;
	color: #000000;
	background-image:url(./images/background.jpg);
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0 auto 0 auto;
	background-position: top;
	background-repeat: repeat-x;
}

a:link,a:visited {
	color: #00f; 
	font-weight: bold; 
	text-decoration:none;
}

a:hover {
	color: #aaf;
	text-decoration:underline;
}
}
