h1 {
	font-family: Garamond, Serif, Times, Times New Roman;
	position: relative;
	font-style: normal;
	color: #FFFFFF;
	font-stretch: normal;
	text-align: center;
}

p {
  width: 45em;
}

body {
	font-family: Garamond, Serif, Times, Times New Roman;
	color: #ffffff;
	font-size: 0.8em;
}

a:link {
	color: #FF9900;
}
a:visited {
	color: #FF9900;
}
a:active {
	color: #FF0000;
}
a:hover {
	color: #FFFF00;
}

a:link.nounderline {
  text-decoration: none;
}
