body {
  background-image: url("CaveBackground.jpg");
  background-attachment: fixed;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
}

a {
  color: white;
  text-align:left;
  font-size: 1.5em;
}

a.jumptop {
  display: inline;
  float: right;
}

div.inline {
  display:inline-block;
}

h1 {
  color: white;
  text-align:left;
}

h2 {
  color: white;
  text-align:left;
}

h3 {
  color: white;
  text-align:left;
}

img.floatleft {
  float: left;
  margin-right: 15px;
}

img.whiteborder {
  border:1px solid white;
}

li {
  color: white;
  text-align:left;
}

li.menuitem {
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  white-space: nowrap;
}

li.submenu {
  display: inline;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}

li.menuitem:hover {
  background-color: silver;
}

li.submenu:hover ul {
  display: block;
}

p {
  color: white;
  text-align:left;
}

table {
  background-color: black;
  border: 0px solid black;
  border-collapse: collapse;
}

td {
  border: 1px solid white;
  color: white;
}

td.green {
  color: lime;
  text-align:left;
}

td.red {
  color: red;
  text-align:left;
}

td.yellow {
  color: yellow;
  text-align:left;
}

th {
  border: 1px solid white;
  color: white;
  text-align:left;
}

ul.menu {
  background-color: gray;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align:left;
}
	
ul.menu ul {
  left: 0;
  position: absolute;
  top: 100%;
  display: none;
}
