a:link {
          text-decoration: none;
          color: white;
}
       
a:visited {
          text-decoration: none;
          color: white;
}

a:active {
          text-decoration: none;
          color: white;
}

a:hover {
          text-decoration: none;
          color: white;
}

.main   {
          text-align: center;
          font-weight: bold;
          font-size: medium;
}

.small {
          font-family: sans-serif;
          font-size: small;
          text-align: center;
}
       
.menu {
          font-family: sans-serif;
          font-size: x-small;
          font-weight: bold;          
}

tr.x {

}

tr.x:hover {
background-color: #FFAAAA;
color: #FFFFFF;
}

.vasmuszaki a:hover  {
          text-decoration: none;
          background-color: black;
          color: black;
}

.vasmuszaki a:visited  {
          text-decoration: none;
          color: white;
}