a:link { color: blue; text-decoration: underline }
a:visited { color: blue; text-decoration: underline }
a:hover { color: #008b8b; text-decoration: underline }		/* darkcyan */
a:active { color: #008b8b; text-decoration: underline }		/* darkcyan */

body {
	background-image: url(Background08.jpg); 
	background-color: rgb(239,240,226);
	color: black;
	text-align: center;
	font-family: Comic Sans MS, Verdana, Helvetica, sans-serif, Times New Roman, 	Times;
}

.PageNumber{
	text-align:right;
}

/******************* Removed because of NS4 incompatibility 
 img.Picture{
	vertical-align: middle;
	border-style: solid;
	border-width: 10;
	border-color: white;
**********************************************/	

p.Picture{
	text-align: center
}
.Caption{
 	margin-left:8%;
	margin-right:6%;
	text-align:left;
}
div.NavButtons{
      text-align: center;
	
}

img.NavButtons{
	vertical-align: -6px;
	border-width: 0;
}

