.vertical-menu {
    width: 200px;
}

.vertical-menu a {
    color: yellow;
    display: block;
    padding: 10px;
    text-decoration: none;
}

.vertical-menu a:hover {
    color: red;
}

.general {
	color: white;
	text-align: center;
}

.general a {
	color: yellow;
	text-decoration: none;
}

.changelog {
	color: white;
	text-align: left;
	padding: 5px;
}

.red {
    color: red;
    text-decoration: underline overline;
}

.lgbt {
    color: pink;
    text-decoration: none;
}

table {
  font-family: times;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #999999;
  color: yellow;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #999999;
}

tr:nth-child(odd) {
  background-color: #888888;
}