body {
  background-color: #AAAAAA;
  font-family: 'Bookinsanity', Serif;
  }

p {
  color: #000000;
  font-size: 1em;
  text-align: left;
  font-family: 'Linux Libertine', serif;
  font-variant-ligatures: common-ligatures discretionary-ligatures historical-ligatures contextual;
  font-variant-numeric: oldstyle-nums;
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 5px;
  margin-bottom: 10px;
}

i, em {
  color: #660077;
  font-style: italic;
}

b, strong {
  color: #006677;
  font-weight: bold;
}

a:link, a:visited {
  color: #770066;
  text-decoration: none;
  border-bottom: 1px dotted #9d1570;
}

hr {
	margin: 1em;
	align:center;
	width: 50%;
	color: #000;
  }

li {
		list-style-type: '▸';
		padding-inline: 1ch;
		margin-inline-end: 1ch;
		color: #000000;
		font-family: sans-serif;
		margin-left: 5%;
		margin-right: 5%;
  }

/*Recipe Titles*/

h1 {
  font-size: 2em;
  font-family: Fantasy;
  color: #000;
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 10px;
  font-weight: normal;
  text-decoration:underline;
  }

/*Ingredients/Equipment*/

h2 {
  font-size: 1.15em;
  font-family: Fantasy;
  color: #000;
  text-align: center;
  margin: 0.5em 0;
  font-weight: bold;
  font-varient:small-caps;
  }

/*Oven Temp*/

h3 {
  font-size: 1.25em;
  font-family: Fantasy;
  color: #000;
  text-align: center;
  margin: 10px;
  font-weight: bold;
  }

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

table {
  width: 100%;
  margin-left: 2%;
  margin-right: 2%;
  color: #000000;
  font-size: 1em;
  font-family: sans-serif;
  text-align:center;

}

table th, monsterblock+th {
	background-color: #AAAAAA;
	font-weight: bold;
	font-family: sans-serif;
	font-variant: small-caps;
}

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

  }

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

  }
