

BODY {
	background-image: url( "../assets/images/background.jpg" )
}

A {
	color: rgb(255,255,255);
	text-decoration : none
}

A:visited {
	color: rgb(255,255,255);
	text-decoration : none
}

A:active {
	color: rgb(255,255,255);
	text-decoration : none
}

A:hover {
	color: rgb(128,128,128);
	text-decoration : none
}