
body{
	background-color: Black;
	background-image: url(fromBedal-includeSloan-close.jpg);
}
layer{
	position: fixed;
	visibility: visible;
	height: 150px;
	left: 22px;
	top: 22px;
	width: 222px;
	table-layout: auto;
}
a:link{
	color: Gray;
	text-decoration: none;
}
a:active{
	color: Aqua;
	text-indent: 5%;
	text-decoration: none;
}
a:visited{
	color: Blue;
	text-decoration: overline;
}
a:hover{
	color: Black;
	background-color: Fuchsia;
	text-decoration: overline;
}

