
  body	{background-image: url(https://www.gililland.net/Images/gil_bk.jpg); margin: 20px;}
  
  table
  {
    width: 100%;
    border-collapse: collapse; 
    border: none;
    margin: 0;
    padding: 0;
  }
  
  
  .hdr2
  {
    color: #006600;
    font-size: 1.5em;
  }
  
  .hdr3
  {
    color: #660000;
    font-size: 1.2em;
  }
  
  .hdrText {
  	text-align: center;
  }
  td.w3link
  {
    width: 12%;
  }
  
  img.w3icon
  {
    border: none; 
    height: 25px;
    width: 71px;
  }
  
  h2 {
    font-size: 120%;
    font-weight: bold;
    color: rgb(0,102,0);
    margin: 8px 0 0 0;
  }
  
  p {
    margin: 6px 0 0 1.5em;
    font-size: 12pt;
  }
  
  p.firstPara:first-letter {
    font-size: 200%;
    padding-left: 12px;
    vertical-align: center;
    color: rgb(175,0,0);
    font-style: italic;
  }
  
  p.firstPara:first-line {
    color: rgb(175,0,0);
    font-size:120%;
  }
  
	div.imageBox {
		height: 150px;
		width: 150px;
		display: inline;
	}
	
	img.small {
		height: 150px;
		width: 150px;
	}

	#contentLeft {
		text-align: left;
	}
