/* 
  Use this style sheet for styling all that stuff you will probably be adding 
  By providing a separate file, I hope to make it easier to manage  -Mike
*/
  
.pageturners a {
  text-decoration : none;
  padding : 3px 6px 3px 6px;
  border : 2px outset #ccc;
  margin-left : 2px;
  margin-right : 2px;
}

.pageturners a:hover {
  background-color : #ffffcc;
  border : 2px outset #666;
  color : #000;
}

.pageturners a:focus, .pageturners a:active {
  border : 2px inset #666;
  background-color : #666;
  color : #ffffcc;
}

.tile_body {
  text-align : center;
  margin-left : -8px;
}

/* For the top banner */
#bnrad {
  margin : 0 0 15px 10px; 
  width : 728px;
  height : 90px;
  overflow : hidden;
  border : 3px inset #333;
}

#square300 {
  margin : auto; 
  width : 300px;
  height : 250px;
  overflow : hidden;
}
