/* dark grey background, with a bit of a margin to keep it off of the edges. */
body {
  color: #BAA;
  background: #22232F; 
  margin: 3%;
}

/* Indent our paragraph text, and leave space between paragraphs. */
p {
  text-indent: 1em;
  border-bottom: 0.5em;
}

/* Font sizing characteristics for the items in the header table */
span.h1 {
  font-size: 170%;
  font-weight: bold;
}
span.h2 {
  font-size: 130%;
}

h1 {
  text-decoration: underline;
}

h2.center {
  text-align: center
}

h3.center {
  text-align: center
}

/* Leave a little blank space after UL's, too. */
ul {
  margin-bottom: 1em;
}

/* And, put a space between the text on the page, and the address, */
/* which is expected to be on the bottom somewhere... */
address {
  margin-top: 1em;
}

img {
  border: none;
}

.centeredImage {
  text-align:center;
  margin-top:0px;
  margin-bottom:0px;
  padding:0px;
}

.rightImage {
  display: inline;
  float: right;
  border: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

