  body {
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
  }
  
  table {
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
  }

  h1 {
    font-family: arial;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
  }
 
  a {
    color: #ffcc00;
    text-decoration: none;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    cursor: default;
  }

  a.deymos {
    color: #c0c0c0;
    font-size: 12px;
    font-weight: bold;
  }

  a:hover {
    text-decoration: underline;
  }

  img {
    border: 1;
    border-color: #000000;
  }
