




/* TABLES */
  /* You have to set the cellspacing to 0px on every table in html, you can't do it with CSS. */

table, monsterblock+table {
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  color: #1d0014;
  font-size: 125%;
  font-family: 'Scaly Sans', 'Verdana', sans-serif;
  text-align:center;

}

table th, monsterblock+th {
	background-color: #F8CDEA;
	font-weight: bold;
	font-family: 'Scaly Sans', 'Verdana', sans-serif;
	font-variant: small-caps;
}

table tr:nth-child(odd) td, monsterblock+table tr:nth-child(odd) td {
  background-color: #FCE2F4;
  border:0px;

  }

table tr:nth-child(even) td, monsterblock+table tr:nth-child(even) td  {
  background-color: #DFCFF5;
  border:0px;

  }

/*<div class="sig"> </div>*/
.sig {
	  opacity: 0.3;
	  padding:10px;
  }