body {
	background :  url(../images/cavalli_bg.jpg);
	font-family: georgia, times, serif;
	color: White;
}

A:link {
	color:black;
	font-family: georgia, times, serif;
	font-size:12;
	text-decoration: none;
}

A:hover {
	color: Yellow;
	font-family: georgia, times, serif;
	font-size:12;
	text-decoration:underline;
}

A:visited {
	color:black;
	font-family: georgia, times, serif;
	font-size:12;
	text-decoration: none;
}
