
table {
  border-collapse: collapse;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  border-left: 2px solid black;
}

th {
  background-color: #333333;
  color: white;
  font-size: 13px;
}

td {
  border-bottom: 1px solid black;
  border-right: 1px solid black;
}

td.mezonev {
  font-size: 10px;
  background-color: #88BBFF;
  border-bottom: 1px solid black;
  border-right: 2px solid black;

}
img {
  border: 0px;
}
a.white:link { color: white; text-decoration: none } 
a.white:visited { color: white; text-decoration: none} 
a.white:active { color: white; text-decoration: none}
a.white:hover { text-decoration: none; color: #C00; }


th A:link, th A:visited, th A:active { color: white; text-decoration: none } 
A:link { color: black; text-decoration: none } 
A:visited { color: black; text-decoration: none} 
A:active { color: black; text-decoration: none}
A:hover { text-decoration: none; color: #C00; }



tr.B {
 background-color:green;
}


tr.W {
  background-color: yellow;
}

tr.A {
  background-color: red;
}

table.logs {
  margin: 5px auto;
}

table.logs td {
  padding: 2px;
}
