@charset "utf-8";
body {
	background-image: url(Images/background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #C5E0F5;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #66FFFF;
}
a:hover {
	text-decoration: underline;
	color: #FF9933;
}
a:active {
	text-decoration: none;
}
