/* CSS in Flash example 2 */

p {
  color: #000000;
  font-family: verdana, arial,sans-serif;
  font-size: 12px;
  display: inline;
}

a:link {
  color: #666666;
  text-decoration: none;
  font-family: Courier New, Courier, Serif;
}

a:hover{
  color: #ff2155;
  text-decoration: underline;
}

.headline {
  color: #666666;
  font-family: Courier New, Courier, Serif;
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-bottom: 18px;
}

