body 			{ background-image: url("../images/background1.jpg");}
h1			{ color: #000099;}
a			{ text-decoration: none;}

div.thumbs a:hover	{ color: red;}
div.thumbs img		{ border-style: none;}
table.thumb_table	{ table-layout: fixed;
			  border-style: solid;
			  border-width: thin;
			  border-color: gray;
                          border-collapse: collapse;}
table.thumb_table td	{ text-align: center;
			  vertical-align: middle;
			  padding: 4px;
			  border-style: solid;
			  border-width: thin;
			  border-color: gray;}
table.prev_next_table	{ table-layout: fixed;
			  font-size: 20pt;
			  color: gray;}
table.prev_next_table td	{ text-align: center;
				  vertical-align: middle }
table.prev_next_table tr#pnt_2ndline td	{ font-size: 10pt;}

table.prev_next_table a { color: blue;}
table.prev_next_table a:hover	{ background-color: gray;
			          color: yellow;}

