div.bubble
{
  padding: 0px;
  background-color: rgb(255,255,255);
  width: 370px;
  float: left;
}

div.bubble img
{
  border: none;
  margin: 0px;
  padding: 0px;
  width: 370px;
}

div.bubble p, div.bubble a, div.bubble b, div.bubble i, div.bubble u, div.bubble h1, div.bubble h2, div.bubble h3
{
  margin: 0px;
  font-size: 12px;
  padding: 0px;
}

div.bubble p
{
  color: rgb(102,102,102);
  font-family: arial;
  font-size: 12px;
  line-height: 1.7em;
}


div.bubble h1, div.bubble h2, div.bubble h3 
{
  color: rgb(102,102,102);
  font-family: Century Gothic;
  font-weight: normal;
}

div.bubble a
{
  font-size: 16px;
  font-family: Century Gothic;
}