body {
  background-color: #ffd9b3;
}

h1 {
  color: black;
  margin-left: 20px;
}
 
HR1 {
  background-color: rgb(230, 230, 230);
  font-size: 1.4em;
  color: firebrick;
  /*text-shadow: 1px 0px grey;*/
  font-style: italic;
  line-height: 2;
}

a {
	font-size: 1em;
	line-height: 1;
}

.tab {
	margin-left: 20px; 
	}

.category-content a {
  display: block;
  margin-bottom: 3px;
  padding-left: 20px;
}

.category-content {
  padding-top: 0px;
}

.category-header {
  color: #900C3F;
  margin-bottom: 0px;
}