body {
  background-image: url('papyrus.jpg');
  font-family: 'Warnock Pro', 'Goudy Old Style', Palatino, 'Book Antiqua', Georgia, serif;
  font-size: 14pt;
  line-height: .75;
}

p {
  text-align: center;
}

a:link {
  color: #c15242;
}

a:visited {
  color: #c15242;
}

a:hover {
  color: #c15242;
}

a:active {
  color: #c15242;
}

a:link {
  text-decoration: none;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#bullet {
  color: #25DB64;
  }

span.gcolor {
	color: blue;
	}

span.ccolor {
	color: rebeccapurple;
	}

del {
	color: red;
	}
	
ins {
	color: green;
	text-decoration-line: none;
	}
