body {
	background: White;
	font: Arial Black;
	color: Black;
	text-align: center;
	font-size: medium;
	background-image: url(../../../../DouBellaDonna/Homepage2/files/BellaDonna600.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

img {
	background: White;
	text-align: center;
	vertical-align: center;
}

h1 {
	vertical-align: top;
	font: "Times New Roman", Times, serif;
	font-size: 80px;
}

a.link{
	background: Silver;
	border: thin;
	border-style: solid;
	border-color: Gray;
	color: Black;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	font-size: small;
}

a.visited{
	background: ButtonFace;
	color: Black;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	font-size: small;
}

a.hover{
	text-align: center;
	margin-bottom: 100%;
	background: Background;
	width: 50%;
	color: Window;
}


