/* CSS in Flash example 1 */

p {
  color: #000000;
  font-family: trebuchet ms,arial,sans-serif;
  font-size: 13px;
  display: inline;
}

a:link {
  color: #0373AD;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

.headline {
  color: #6B6B27;
  font-family: trebuchet ms, arial,sans-serif;
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 18px;
}
