body {
	background-image:url('background.jpg')
	}
	
a:link {
	text-decoration:none
	}
	
a:visited {
	text-decoration:none
	}
	
font {
	font-family: Arial; 
	font-size:14px
	}
	
font.bold {
	font-family: "Arial Black"; 
	font-size:14px
	}
	
font.smallerbold {
	font-family: "Arial Black"; 
	font-size:11px
	}
	
font.big {
	font-family: Arial; 
	font-size:24px;
	font-weight:bold;
	}
	
font.small {
	font-family: Arial; 
	font-size:12px
	}
	
font.smaller {
	font-family: Arial; 
	font-size:11px
	}
	
font.tiny {
	font-family: Arial; 
	font-size:10px
	}
	
img {
	border: none
	}
	
.cursor {
	cursor: hand; 
	cursor: pointer
	}
	
.nobullet {
	list-style-type:none
	}
	
.thumbnail{
	position: relative;
	z-index: 0;
	}
	
.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
	}
	
.thumbnail span{
	position: absolute;
	top:-525px;
	left:225px;
	visibility: hidden;
	color: black;
	text-decoration: none;
	border: 1px dotted black; 
	padding:3px; 
	background-color:white
	}
	
.thumbnail span img{
	border-width: 0;
	padding: 2px;
	}
	
.thumbnail:hover span{
	visibility: visible;
	top: -525px;
	left: 225px;
	}
	
.thumbnail2{
	position: relative;
	z-index: 0;
	}
	
.thumbnail2:hover{
	background-color: transparent;
	z-index: 50;
	}
	
.thumbnail2 span{
	position: absolute;
	top:-525px;
	left:130px;
	visibility: hidden;
	color: black;
	text-decoration: none; 
	border: 1px dotted black; 
	padding:3px; 
	background-color:white
	}
	
.thumbnail2 span img{
	border-width: 0;
	padding: 2px;
	}
	
.thumbnail2:hover span{
	visibility: visible;
	top: -525px;
	left: 130px;
	}
	
.thumbnail3{
	position: relative;
	z-index: 0;
	}
	
.thumbnail3:hover{
	background-color: transparent;
	z-index: 50;
	}
	
.thumbnail3 span{
	position: absolute;
	top:-525px;
	left:-80px;
	visibility: hidden;
	color: black;
	text-decoration: none; 
	border: 1px dotted black; 
	padding:3px; 
	background-color:white
	}
	
.thumbnail3 span img{
	border-width: 0;
	padding: 2px;
	}
	
.thumbnail3:hover span{
	visibility: visible;
	top: -525px;
	left: -80px;
	}
	
.thumbnail4{
	position: relative;
	z-index: 0;
	}
	
.thumbnail4:hover{
	background-color: transparent;
	z-index: 50;
	}
	
.thumbnail4 span{
	position: absolute;
	top:-525px;
	left:-200px;
	visibility: hidden;
	color: black;
	text-decoration: none; 
	border: 1px dotted black; 
	padding:3px; 
	background-color:white
	}
	
.thumbnail4 span img{
	border-width: 0;
	padding: 2px;
	}
	
.thumbnail4:hover span{
	visibility: visible;
	top: -525px;
	left: -200px;
	}

.thumbnail5{
	position: relative;
	z-index: 0;
	}
	
.thumbnail5:hover{
	background-color: transparent;
	z-index: 50;
	}
	
.thumbnail5 span{
	position: absolute;
	top:-525px;
	left:-350px;
	visibility: hidden;
	color: black;
	text-decoration: none; 
	border: 1px dotted black; 
	padding:3px; 
	background-color:white
	}
	
.thumbnail5 span img{
	border-width: 0;
	padding: 2px;
	}
	
.thumbnail5:hover span{
	visibility: visible;
	top: -525px;
	left: -350px;
	}

.thumbnail6{
	position: relative;
	z-index: 0;
	}
	
.thumbnail6:hover{
	background-color: transparent;
	z-index: 50;
	}
	
.thumbnail6 span{
	position: absolute;
	top:-525px;
	left:-475px;
	visibility: hidden;
	color: black;
	text-decoration: none; 
	border: 1px dotted black; 
	padding:3px; 
	background-color:white
	}
	
.thumbnail6 span img{
	border-width: 0;
	padding: 2px;
	}
	
.thumbnail6:hover span{
	visibility: visible;
	top: -525px;
	left: -475px;
	}



