body{
  color:#707070;
}
#title{
  font-size:large;
  padding-bottom:5px;
}
#search_bar{
  color:white;
}
#results div.header a{
  color:#FC7D21;
}
#results{
  list-style:none;
  padding:0;
}
#results li{
  margin:5px 0 0;
  padding-bottom:5px;
  border-bottom:1px dashed;
}
#results .details{
  font-size:small;
}
.normal{
  font-size:medium;
}
.huge{
  font-size:xx-large;
}
.yeti_blue{
  color:#47cfff;
}
.yeti_blue_bg{
  background:#47cfff;
}
.yeti_orange{
  color:#FC7D21;
}
.emph{
  font-weight:bold;
}
