body {
	margin: 0;
	padding: 0;
	background: #000000;
	}
	
img {
	border: 0;
	}
	
a:link, a:visited {
	color: #ffffff;
	text-decoration: underline;
	}
	
a:hover {	
	color: #EF77E1;
	}

p {
 color: #ffffff;
 font-size: 1.5em;
 }

h1 {
 color: #EF77E1;
 font-size: 3.5em;
 font-family: arial;
 }

h2 {
 font-size: 2em;
color: #79AE66;
}
 
.wrapper {
	width: 770px;
	margin: 0 auto;
	border: #A262AF 5px solid;
	background: #76477E;
	}
	
.text {
  width: 700px;
	margin: 10px;
	padding: 10px;
	text-align: center;
	}
.thumbtable {
	/* uncomment next line to correct Firefox spacing with Strict doctype */
	/* line-height: 1px; */
	margin-bottom: -4px;
	}
html>body .thumbtable { /* see text */
	margin: 0;
	}
.thumbtable img {
	margin: 2px;
	width: 160px;
	height: 200px;
	}
.thumbtable a:link img, .thumbtable a:visited img {
	border: #EF77E1 3px solid;
	text-decoration: none;
	}
.thumbtable a:hover img, .thumbtable a:active img {
	border: #ffffff 3px dotted;
	text-decoration: none;
	}


