body {
	background-attachment: scroll;
	background-image:  url(background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: blink;
}
