@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../Images/background.jpg);
	background-repeat: repeat-x;
	color: #666666;
}
A:link {
	text-decoration: none;
	color: #0066FF;
}
A:visited {
	text-decoration: none;
	color: #0033CC;
}
A:active {text-decoration: none}
A:hover {
	text-decoration: none;
	color: #666666;
}
