BODY, HTML {
  margin: 5px;
  
  background-color: #FFFFFF;
}



.bubble {
  width: 257px;
  float: left;
  
  background-image: url(./images/bubble_middle.gif);
  background-repeat: repeat-y;
}

.bubble_bottom {
  /**/
}

.bubble_top {
  /**/
}

.entry {
  width: 275;
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}

.image {
  padding-bottom: 3px;
}

.image_hover {
  display: none;
  position: absolute;
  left: 0px;
  top: 9px;
  z-index: 999;
}

.image_hover_wrapper {
  float: left;
  position: relative;
  left: 0px;
  top: 0px;
}

.image_text {
  display: none;
  
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.line_spacer {
  clear: both;
}

.link {
  float: left;
  margin-bottom: 2px;
  padding-bottom: 1px;
  
  white-space: nowrap;
  
  background-color: #DFA9A9;
}

.link_hover {
  float: left;
  margin-bottom: 2px;
  padding-bottom: 1px;
  
  white-space: nowrap;
  
  background-color: #EFC9C9;
}

.little_fella {
  float: left;
}

.real_text {
  display: block;
  
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  
  font-family: arial;
  font-size: 10px;
  color: #000000;
}

.real_text A {
  color: #000000;
  
  text-decoration: none;
  
  background-color: #DFA9A9;
}

.real_text A:Hover {
  background-color: #EFC9C9;
}

.word {
  float: left;
  margin-bottom: 3px;
  
  white-space: nowrap;
}