body {
  background-color: #BEBEB0;
}

a:link {
  color: rgb(0,0,0);
}

a:visited {
  color: rgb(0,0,0);
}

a:active {
  color: rgb(150,150,150);
}

a:hover {
  color: rgb(150,150,150);
}

a.menu:link {
  color: rgb(0,0,0);
  text-decoration: none;
}

a.menu:visited {
  color: rgb(0,0,0);
  text-decoration: none;
}

a.menu:active {
  color: rgb(0,0,0);
  text-decoration: underline;
}

a.menu:hover {
  color: rgb(0,0,0);
  text-decoration: underline;
}

a.clan:link {
  color: rgb(0,0,0);
  text-decoration: none;
}

a.clan:visited {
  color: rgb(0,0,0);
  text-decoration: none;
}

.rounded-table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgb(0,0,0);
  border-radius: 15px;
  overflow: hidden;
}

.rounded-table td {
  border-left: 1px solid rgb(0,0,0);
  border-right: 1px solid rgb(0,0,0);
}

.rounded-table td:first-child {
  border-left: none;
}

.rounded-table td:last-child {
  border-right: none;
}

.rounded-table tr:first-child td:first-child {
  border-top-left-radius: 15px;
}

.rounded-table tr:first-child td:last-child {
  border-top-right-radius: 15px;
}

.rounded-table tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}

.rounded-table tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}