.announcement h2{
 font-variant: small-caps;
 font-size: 1em;
}

.announcement p {
 font-size: 0.6em;
 font-weight: bold;
 border: dashed 0px white;
  }

.announcement .body {
 padding-right:30px;
 padding-bottom: 10px;
 width: 380px;
 float:left;
}

.announcement .head {
 display: none;
  }

.announcement .bottom {
 display: none;
  }


