  /* Стиль ссылок */
  A:link {
    color: #FFFFFF;
    text-decoration: none
  }

  A:visited {
    color: #FFFFFF;
    text-decoration: none
  }

  A:active {
    color: #E5E5E5;
    text-decoration: none
  }

  A:hover {
    color: #FDD679;
    text-decoration: underline
  }

  /* Стили текста */
  .text {
    font-family: Verdana;
    font-size: 10pt;
    color: #BEBEC6
  }

  .copyright {
    font-family: Verdana;
    font-size: 8pt;
    color: #727883
  }

  .title {
    font-family: Verdana;
    font-size: 10pt;
    color: #C1C1C1
  }

  INPUT.button {
    font-family: Verdana;
    font-size: 8pt;
    cursor: pointer;
  }

  INPUT.intext {
    font-family: Verdana;
    font-size: 8pt;
  }
