body {
  background-color: #000000;
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 25px;
  font-family: calibri, candara, century gothic, sans-serif;
  color: #ffffff;
}

a:link    { text-decoration: none; }   /* stop firefox from underlining the world */
a:visited { text-decoration: none; }
a:focus   { outline: none; }           /* stop #$*&^! firefox from putting dashed borders around clicked links */

p {
  margin-top: 16px;
}

hr.big { height: 4px; }

img.home {
  vertical-align: middle;
  border-width: 0;
}
img.ball {
  margin-right: 2px;
  margin-top: 3px;
}
img.thumb {
  margin-left: 6px;
  margin-right: 10px;
  margin-top: 4px;
  margin-bottom 4px;
  float: left;
}
img.thumbInTable {
  margin-left: 0px;
  margin-right: 8px;
  margin-top: 4px;
  margin-bottom 4px;
  float: left;
}

.bold   { font-weight: bold;  }
.italic { font-style: italic; }
.center { text-align: center; }


