body {  
	background: #333333;
	font-family: Tahoma; 
	font-size: 8pt; 
	color: #003070; 
	text-align: center; 
	}
img	{ 
	border-style: none;
	}
.crimbohrs {
	border:solid 1px #003070;
	border-collapse:collapse;
}
td	{ 
	font-family: Tahoma; 
	font-size: 8pt; 
	color: #003070;
	}
.header {
	background: #ffffff;
	border: 1px solid #000000;
	}
.px {
	background: #ffffff;
	border: 1px solid #000000;
	}
	
.style1 {
	font-size: large
	}

.style5 {
	font-size: 18pt;
	font-weight: bold;
	}
.style6 {
	font-size: 10pt;
	font-weight: bold;
	}
.style8 {
	font-size: 16px
	}
	
.style10 {
	font-size: 16px; 
	font-weight: bold; 
	}

A:link  { 
	color: #003070;
	text-decoration: none;
	}
	
A:visited { 
 	color: #003070;
	text-decoration: none;
	}
	
A:active {
  	color: #003070;
	text-decoration: none;
	}
	
A:HOVER { 
	color: #003070;
	background-color: ;
	text-decoration: none;
	}

.onbody {
	color: #003070; 
	}
	
.onbody A:link {
	color: #003070;
	}
	
.onbody A:visited {
	color: #003070;
	}
	
.onbody A:active {
  	color: #003070;
	}
	
.onbody A:hover {
  	color: #003070;
	}
<!-- Gallery CSS Below -->

.imageborder {
	margin: 10px;
	border: 10px solid #cccccc;
}

td a img {
	margin: 10px;
}
/* used to style the thumbnail caption under the photo */
.thmbcaption {
	font-size: .8em;
	margin: 0;
	padding: 0;
}

/* used to style the EXIF comment caption */
.photocaption {
	font-size: 1em;
	margin: 0;
	padding: 0;
}



/*
used to style the page listing and next prev links
both on the thumbnail pages and the photo pages.
why is it called caption...
i honestly don't remember it just is
and i don't feel like changing it. deal with it.
*/
.caption {
	font-size: .8em;
}
/*
used to style the main menu/album listing
the defaults is a horizontal menu but you could use the something
like the following to create a vertical menu

Yes I know the colors are butt ugly. It is only to show you what can be done.
Don't forget to make the divider a blank space in the config section of the script.

.album {
	float: left;
}
.album br {
	line-height: 0;
}
.album a {
	display: block;
	margin: 0;
	padding: 5px;
	border: 1px solid yellow;
	background-color: red;
}

*/
.album {

}
.album br {

}
.album a {

}


/*
used to style the main photo listing
all photo information is in this div

along with the album float above you could
define the photobody to float right and create
a two column menu main content look

.photobody {
	float: right;
	width: 75%;
}

*/
.photobody {

}
/*
used to style the footer of the defualt footer
*/
.lgrfooter {
	clear: both;
	font-size: .55em;
}

/*Popups!*/
#pup {
  position:absolute;
  z-index:200; /* aaaalways on top*/
  padding: 3px;
  margin-left: 10px;
  margin-top: 5px;
  width: 150px;
  border: 1px solid black;
  background-color: #777;
  color: white;
  font-size: 1.05em;
}
