@font-face{
    font-family: "Pixel Cyr";
    src: url('pixel.ttf');
    /*url('Thonburi-Bold.eot'); IE*/
}

.title {
    font-size: 20px;
    color: rgb(252, 252, 0);
    display: initial;
}

a:link {
    font-size: 16px; 
    color: rgb(0, 240, 0);
    background-color: transparent;
    text-decoration: underline;
  }
  
  a:visited {
    font-size: 16px; 
    color: rgb(0, 240, 0);
    background-color: transparent;
    text-decoration: underline;
  }
  
  a:hover {
    font-size: 16px; 
    color: rgb(255, 255, 255);
    background-color: transparent;
    text-decoration: underline;
  }