
@media screen, print 
{
  body
  {
    background-color: #231F20;
  }

  div.welcome
  {
    margin-top: 74pt;
    text-align: center;
  }

  img.welcome
  {
    border-style: none;
  }

  div.mp3player
  {
    text-align: center;
  }

  object.mp3player
  {
    width:  80px;
    height: 28px;
  }
}

@media print 
{
  body
  {
    background-color: white;
  }
}
