body{
	background-image: url(http://www.pauwels.co.uk/images/background.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

A:link {
	COLOR: SteelBlue; text-decoration: none;
}
A:visited {
	COLOR: SteelBlue; text-decoration: none;
}
A:active {
	COLOR: SteelBlue; text-decoration: none;
}
A:hover {
	COLOR: RoyalBlue; text-decoration: underline;
}