body {
  background: url(../../../images/planet.jpg);
  font-family: Bookman Old Style, serif;
  }

p {
  font-size: 16pt;
  color: black;
  }
p.printer {
  font-size: 8pt;
  color: black;
  }

small {
  font-size: 75%;
  }
.tiny {
  font-size: 12pt;
  }
  
.content {
  font-size: 12pt;
  font-weight: 200;
  text-decoration: italic;
  color: black;
  }

a {
  text-decoration: none;
  }
a:hover {
  text-decoration: underline;
  }

button {
  background-color: rgb(150,225,150);
  border-color:	    rgb(100,225,100);
  cursor: hand;
  }
button.anomaly {
	background-color:	rgb(200,220,255);
	border-color:		rgb(150,200,255);
}

.controls {
  background: rgb(240,255,240);
  }

.target {
  list-style-type: circle;
  margin: 0;
  color:black;
  clear:both;
  }
.targetted {
  list-style-type: square;
  margin: 0;
  color: red;
  clear: both;
  }
a.targetted {
  background: white;
  color: red;
  }
a.target {
  background: transparent;
  color: blue;
  }
li.target, li.targetted {
  display: inline;
  margin: 0 30px 0 30px;
  }

.clicker {
  background:transparent;
  border: 2px solid rgb(255,128,0);
  }

.maptable {
  border-collapse: collapse;
  border: thin solid black;
  text-align: center;
  }

.mapborder {
  border-top: thin solid black;
  }

/* *********

stuff above here you can edit for cosmetic gain
don't alter the below! it's structural!

********* */

iframe {
  border: 0;
  margin: 0;
  parring: 0;
  }

img {
  border:  0;
  margin:  0;
  padding: 0;
 }

td {
  padding: 0;
  margin: 0;
  }

