/* Basic Styles for the Fantasy Gallery pages. */
body {
  background-color: #000000;
 }
 :link { color: #0000FF }
 :visited { color: #0000FF }
.h1 {
	font-size: 120%;
	color: #FFFFFF;
	background-color: #8E569B;
	font-weight: bold;
	position: relative;
	top: 10px;
	} 
.font {
	font-size: 80%;
	}
.return {
	font-size:80%;
	position: relative;
	text-align: center;
	top: 10px;
	}
.footer {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	}
/* Specifics */
.text {
	color: #0000FF;
	font-size: 80%;
	text-align: center;
	}
.text2 {
	font-size: 90%;
	text-align: center;
	}
.div2 {
	position: relative;
	width: 570px;
	left: 10px;
	float: left;
	}
.aflogo {
	position: relative;
	padding-top: 10px;
	padding-bottom: 20px;
	left: 1px;
	}
.covers {
	width: 104px;
	float: left;
	padding-left: 183px;
	pading-right: 283px;
	}
.controls {
	clear: left;
	position: relative;
	left: 2px;
	top: 10px;
	z-index: 1;
	}

