/* Start of Styles */

/* links */
a:link    { color: rgb(0, 255, 0) }
a:visited { color: rgb(128, 128, 128) }
a:active  { color: red }
a:hover   { color: red }

/* body */
body {
  background-color: black;
  color: rgb(192,192,192);
  font-family: 'courier new', courier, fixedsys;
  text-align: left;
}

/* */
td {
  font-size: 12px;
}

th {
  font-size: 14px;
}

input {
  font-family: 'courier new', courier, fixedsys;
}

/* nethack section headers */
.header {
  background-color: rgb(192,192,192);
  color: black;
  text-align: left;
}

.topten {
  font-size: 14px;
  font-weight: bold;
}

.title {
  font-size: 32px;
  font-weight: bold;
}

.stat {
  list-style-type: none;
}


#tabs ul {
		list-style: none;
		padding: 0;
		margin: 0;
}
#tabs li {
		display: inline;
		font-size: 14px;
		margin: 0 2px 0 0;
}
#tabs li a {
		padding: 0 1em;
		text-decoration: none;
		color: white;
		background: rgb(92,92,92);
}
#tabs #selected {
}
#tabs #selected a {
    padding: 0 1em;
		text-decoration: none;
		color: black;
		background: rgb(192,192,192);
}
#tabs a:hover {
		background: rgb(0,255,0);
		color: black;
}

/*
.body {
  font-size: 16px;
}

/* End of Styles */

