a:link {
	color: purple;
}
a:visited {
	color: purple;
}
a:active {
	color: purple;
}

body {
	color: black;
	background-color: white;
  font-family: Garamond, sans-serif;
  line-height: 125%;
}
titleinbody {
  font-weight: bold;
  color: purple;
  font-size: 120%
}
h1 {
  font-weight: bold;
  color: purple;
  font-size: 120%
}
h2 {
  font-weight: bold;
  color: purple;
  font-size: 110%
}
h3 {
  font-weight: bold;
  color: purple;
  font-size: 110%
}

table {
	color: #000000;
	border-collapse: collapse;
	border-color: #808080;
}

th {
	vertical-align: top;
	padding: 5px;
}

td {
	vertical-align: top;
	padding: 5px;
}
