/* CSS Document for Range Selector */

body {
	background-image: url(Images/Background.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #CC99FF;
}
a:active {
	text-decoration: none;
}

