
/*** BASIC FORMATTING ***/

body {
  background: url(Parchment.png);
  text: black;
}

a:link {
  color: silver;
}

a:visited {
  color: silver;
}

a:active {
  color: black;
}

p,li {
  font-size: 1.05em;
  word-spacing: 0.2em;
}


/*** HEADERS ***/

H1,H2,H3,H4,H5,H6 {
  text-align: center;
  color: white;
}

H1,H2,H3 {
  font-family: arial;
  font-weight: bold;
  font-variant: small-caps;
}


/*** IMAGES ***/

img {
      border: 0;
}


/*** TABLES ***/

div.center {
      text-align: center;
}

table {
      border: 0;
      margin-left: auto;
      margin-right: auto;
}
    



/*** SPECIAL CASES ***/

.main {
  padding: 0px 25% 0px 25%;  /* clock-wise from top */
}

p.center {
  text-align: center;
}

