body {
  background-color: #000;
  color: #e5e5e5; 
  text-align: center;
}

pre {
  background-color: #000;
  padding: 10px;
}

a:link, a:active, a:visited {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color : #C51E21;
}

table#root_table {
  margin-left: auto;
  margin-right: auto;
  width: 700px;
}

td.clickable a {
  color: #eee;
}

td.clickable a:hover {
  color: #e00;
}

th {
  color: #e5e5e5;
}

table.form {
  background-color: #222;
}

table th.title {
  background-color: #666;
}

td.clickable {
  background-color: #232323;
}

td.clickable:hover {
  background-color: #333333;
}

td.inactiveClickable {
  background-color: #332323;
}

td.inactiveClickable:hover {
  background-color: #443333;
}

table td.data {
  background-color: #1B1B1B;
}

table td.inactiveData {
  background-color: #331B1B;
}

table.data td {
  background-color: #1B1B1B;
}

table.data td.count {
  background-color: #333;
  color: #cc3;
}

table td.title {
  background-color: #333;
}

td.number {
  background-color: #1B1B1B;
}

td.inactiveNumber {
  background-color: #331B1B;
}

table td.recordTitle {
  background-color: #333;
}

table.news td.title {
  background-color: #333;
}

table.news td.title:hover {
  background-color: #555;
}

table.news td.title a {
  color: #eee;
}

table.news td.title a:hover {
  color: #e00;
}

table.news td.header {
  background-color: #1B1B1B;
}

table.news td.body {
  background-color: #1B1B1B;
}

#guildMain table#latestNewsNib td.title {
  background-color: #333;
}

#guildMain table#latestNewsNib td.title:hover {
  background-color: #555;
}

#guildMain table#latestNewsNib td.title a {
  color: #eee;
}

#guildMain table#latestNewsNib td.title a:hover {
  color: #e00;
}

#guildMain table#latestNewsNib td.header {
  background-color: #1B1B1B;
}

#guildMain table#latestNewsNib td.body {
  background-color: #1B1B1B;
}

#guildMain table#guildInfoNib td {
  background: #1B1B1B;
}

#guildMain table#guildInfoNib td.label {
  background-color: #333;
}

#guildMain div.voiceServerNib td {
  background: #1B1B1B;
}

#guildMain div.voiceServerNib td.label {
  background-color: #333;
}

/* first change the left and right home page column widths */
 #guildMain #leftColumn table {
 width: 175px; }
 #guildMain #rightColumn table {
 width: 545px; }
 /* now change the root table width */
 table#root_table { width: 745px; }
 /* and the footer navigation to suit */
 #footerNav { width: 745px; } 

