
  html, body {
    margin: 0px;
    padding: 0px;
    background-color: #0C0C0C;
  }

  body, p {
    color: #FFFFFF;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    text-align: left;
  }

  h1 {
    color: #FF9907;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 20px;
    text-align: center;
  }

  table {
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
  }

  td {
    padding: 0;
  }

  img {
    border: 0;
  }
  
  a {
    text-decoration: none;
    color: #FFFFFF;
  }

  .left-bar-font {
    font-size: 20px;
    text-align: center;
    color: #3AD53A;
  }

  .languages {
    text-decoration: none;
    font-size: 20px;
    text-align: right;
    color: #FFFFFF;
  }

  .more-info a {
    font-size: 10px;
    text-align: right;
    font-style: italics;
    color: #FF9907;
  }
  
  .musiciens {
    text-align:center;
    width:555px;
    margin-left:auto;
    margin-right:auto;
    position: relative;
    width: 100%; /* for IE 6 */
  }
  
  .musiciens a {
    color: #FF9907;
  }

  .text-image {
    position: absolute;
    top: 230px;
    left: 150px;
    width: 380px;
    font-size: 12px;
  }

  .comment {
    width: 100%;
    font-weight: normal;
    font-size: 11px;
    font-family: Arial;
    border: 1px dotted #888;
    margin: 5px;
    padding: 5px;
    background-color: #112611;
  }

  .news {
    width: 90%;
    font-weight: normal;
    font-size: 11px;
    font-family: Arial;
    border: 1px dotted #888;
    margin: 5px;
    padding: 5px;
    background-color: #F0F241;
    color: #0C0C0C;
  }
  
  a.links:link, a.links:visited, a.links:hover {
    color: #FF9907;
  }

