body {
	margin: 0;
	padding: 0;
	background: url('12.gif');
	color: #9ABABB;
	}
img {
	border: 0px;
	}
a {
	color: #18A7B4;
	text-decoration: none;
	}
a:hover {
	color: #FFF;
	}
h1 {
 color: #000;
 font-size: 2em;
 }
p {
 color: #803B3B;
 font-size: 1.25em;
 }
.wrapper {
	width: 750px;
	margin: 0 auto;
	border: #803B3B 5px solid;
	background: #DDEDF0;
	}
.text {
  width: 350px;
	margin: 1px;
	padding: 1px;
	float: right;
	text-align: left;
	}
.thumbtable {
	margin-bottom: -4px;
	}
html>body .thumbtable { /* see text */
	margin: 0;
	}
.thumbtable img {
	margin: 2px;
	}
.thumbtable a:link img, .thumbtable a:visited img {
	border: #18A7B4 2px solid;
	}
.thumbtable a:hover img, .thumbtable a:active img {
	border: #803B3B 2px solid;
	}

