

/* Presentation Stylesheet */ 

h3 {
 margin: 0;
 padding: 15px;
 }

h4 {
 margin: 0; 
 padding: 10px;
 }
 
hr {
  border: 0;
  color: #f6cb5b;
  background-color: #f6cb5b;
  height: 1px;
  width: 80%;
  text-align: center;
  }
  
table.one {  
  table-layout: automatic;
  border-collapse: collapse;
  border: 1px thin #f6cb5b;
  }

p {
 margin: 0;
 padding: 15px;
 font-size: 95%;
 font-weight: 500; 
  }
 
.source {
  font-size: small;
  }
  
.small_link {
  font-size: x-small;
  font-weight: bold;
  }  
  
.google_left {
  display: block;
  float: left;
  margin: 5px 5px 5px 0px;
  }
  
.google_right {
  display: block;
  float: right;
  margin: 5px 5px 5px 0px;
  } 
  
.l_link {
  text-align: left;
  font-size: 85%;
  }
  
img.tread {
position: absolute;
bottom: 0;
left: 154px;
}

a:link {color: #0000FF; text-decoration: none}     /* unvisited link */
a:visited {color: #330066; text-decoration: none}  /* visited link */
a:hover {color: #0000FF; text-decoration: underline}   /* mouse over link */
a:active {color: #0000FF; text-decoration: none}   /* selected link */

  
  
  