body {
	background-image: url(images/bg-tile.jpg);
	background-repeat: repeat;
	margin-top: 0px;
}


a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF66FF;
}
a:hover {
	text-decoration: underline;
	color: ff66ff;
}
a:active {
	text-decoration: none;
}
