﻿* {
  margin: 0;
  padding: 0;
  font-weight: normal; 
  font-family: arial,tahoma;
}

a, a:visited, a:hover {
  cursor: hand;
  text-decoration: none;
  color: #ddd;
  font-weight: normal; 
  font-style: italic;
}

a:hover {
  color: #fff;
}

html { 
	height: 100%;
	width: 100%;
}

body { 
	height: 100%;
	width: 100%;
	background: black; 
	color: #eee;
  font-weight: normal; 
  font-size: 80%; 
} 

p { 
	text-indent: 20px; 
} 
img {
	border: 0 solid;
}

.firstThumb {
	border: 2px solid #666; 
	margin: 0;
}

.thumb {
  border: 2px solid #666; 
  margin: 0 0 0 6px
}

.firstThumbSelected {
	border: 2px solid #DDD; 
	margin: 0;
}

.thumbSelected {
  border: 2px solid #DDD; 
  margin: 0 0 0 6px
}

.pageContent {
	display: none;
}