
body {
background-image:url(OMLBKGD.jpg);

font-family: verdana, Georgia; font-size: 14px; color: #ffff99; 
font-weight: normal;
margin: auto;
padding: 0;
}

h1{
font-family: Georgia, verdana;
font-size: 24px;
}

h2{
font-family: Georgia, verdana;
font-size: 18px; font-decoration: none; font-weight: normal;
}

h3{
font-family: Georgia, verdana;
font-size: 14px;
}

h4{
font-family: Georgia, verdana;
font-size: 10;
}

a:link {
color: #ffcc66; text-decoration: none;
}

a:visited {
font-weight: normal;
color: #ff33ff;
}


a:hover {
color: #ff0000; text-decoration: underline;
}

a:active {
color: #ffff99;
}

* {
	margin: 0;
	padding: 0;
}
#wrap {
	text-align: left;
	width: 720px;
	margin: 0 auto;
	overflow: auto;
}
/*********thumbnail styling**********/
	.wrapper {
		text-align: center;
		margin-top: 30px;
		
	}
	.wrapper p {
		display: inline;
		/*color makes top hg number dark*/	
		color:#000;
	}
	.wrapper span {
		vertical-align: top;
		width: 136px;
		/*height: 200px; may not need this*/
		height: 230px;
		background: #F90;
		/*display: table-cell;*/
		/*display: inline-table;*/
		/*we need display: inline-block; in IE*/ 
		display: inline-block;
		border: 2px solid #993300;
	
	}
	.wrapper p img {
	/*color of photo border*/
		border: 2px solid #990000;
	}	
	.wrapper a {
	text-decoration: none;
	/*this controls color of text below photo*/
	color: #000;
	}
	.wrapper a:hover {
		color: #f00;
}

	.wrapper a:hover img {
		border: 2px solid #f00;
		
}
/*********testlinks styling**********/
	.testlinks {
		text-align: center;
		/*puts space above links*/
		margin-top: 10px;
		/*font-height here has no effect*/
		font-height: 18px;
		color: #ffcc66
	}
	.testlinks p {
	/*puts links in a line*/
		display: inline;
	}
	
	.testlinks a:hover {
	text-decoration: underline;
	}
	
	.testlinks span {
		
		width: 130px;
		height: 25px;
		display: table-cell;
		
		/*display inline-table seems to have no effect*/
		display: inline-table; 
		
		/*display inline-block seems to have no effect*/
		display: inline-block; 
		
	}
	
	.testlinks a {
	text-decoration: none;
	color: #ffcc66;
	}

/*********floatindex styling**********/

  .floatindex {
  text-align: center;
  	
				color: #ffcc66
	}
	.floatindex p {
	

	/*puts paragraphs in a line*/
		display: inline;
	}

  .floatindex span {
  
		/*display: table-cell;*/
		
		/*display inline-table seems to have no effect*/
		display: inline-table; 
		
		/*display inline-block seems to have no effect*/
		display: inline-block; 
		
	}
	
/*********floathbag styling**********/

  .floathbag {
  text-align: right;
	color: #ffff99;
	}
	

	
	.floathbag p {
	/*puts paragraphs in a line*/
		display: inline;
	
	}
	
	.floathbag p img {
		display: inline;
			align: left;
	
	}

  .floathbag span {
  
  		height: 40px;
		
		/*display: table-cell; doesn't seem to work with IE*/
		
		/*display inline-table seems to have no effect*/
		display: inline-table; 
		
		/*display inline-block seems to have no effect*/
		display: inline-block; 
		
		/*display block seems to have no effect*/
		display: block;
		
	}

/*********floathbag2 styling**********/

  .floathbag2 {
  text-align: left;
	color: #ffff99;
	}
	

	
	.floathbag2 p {
	/*puts paragraphs in a line*/
		display: inline;
	
	}
	
	.floathbag2 p img {
		display: inline;
			align: right;
	
	}

  .floathbag2 span {
  
  		height: 40px;
		
		/*display: table-cell; doesn't seem to work with IE*/
		
		/*display inline-table seems to have no effect*/
		display: inline-table; 
		
		/*display inline-block seems to have no effect*/
		display: inline-block; 
		
		/*display block seems to have no effect*/
		display: block;
		
	}


/*********floatmisc styling**********/

  .floatmisc {
  text-align: left;
	align: left;
	color: #ffff99;
	}
	.floatmisc p {
	/*puts paragraphs in a line*/
		display: inline;
	
	}
	
	.floatmisc p img {
		margin: 1em 1em;
		display: inline;
			align: left;
	
	}

  .floatmisc span {
  
  		
		/*display: table-cell; doesn't seem to work with IE*/
		
		/*display inline-table seems to have no effect*/
		display: inline-table; 
		
		/*display inline-block seems to have no effect*/
		display: inline-block; 
		
		/*display block seems to have no effect*/
		display: block;
		
	}


/*********please read styling**********/

  p.pleaseread {background-color:#ff0000}
  
  
/*********to print tables**********/  
  @media print {
   td {
    border: 1px #000 solid;
    border-collapse: collapse;
  }
}








