body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #000;
	background-image:url('bg.jpg');	
	color: #fff;
}

.image {
	border-width: 1px;
	border-color: #fff;
	border-style: solid;
	width: 94px;
	padding:2px;
	margin:2px;
	text-align:center;
	float: left;
}
img.imageborder {
	border-width: 1px;
	border-color: #fff;
	border-style: solid;
}
h1 {
	font-family: "Georgia", "Times", "Book Antiqua";
	font-weight: 300;
	font-size: 1.4em;
}

a {
	text-decoration: none;
	color: #FF3399;
}
a.indexPage, a.previousPage, a.nextPage{
	text-transform:uppercase;	
	font-size: 1em;
}

a.atFirstPage, a.atLastPage {
	text-transform:uppercase;	
	font-size: 1em;	
}
.label{
	font-weight: bold;
	font-size: 0.8em;		
}
.comment{
	
}
.date{
	font-size: 0.8em;
	color: #aaa;	
}
.generator{
	color: #aaa;	
}

