body {
		background-color: #0a0a14;
		color: white;
		font: 1.2em "Garamond", serif
    float: left;
    margin-left: 25px;
    margin-right: 25px;
}

h1 {
		color: white;
		font: small-caps 2.5em "Garamond", serif;
		margin-left: 10px;
		text-align: center;
}

h2 {
		color: white;
		font: 2.0em "Garamond", serif;
		margin-bottom:3px;
    text-align: center;
}

h3 {
  color: white;
  font: 1.6em "Garamond", serif;
  margin-bottom:2px;
  text-align: center;
}

.tagline {
	color: white;
	font: italic 1.3em "Garamond", serif;
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 8px;
  text-align: center;
}

.subtitle{
  color: white;
  font: italic 1.5em "Garamond", serif;
  margin-bottom:2px;
  margin-left: 10px;
  margin-top: 3px;
  text-align: center;
}

.ekphrasis {
  color: white;
  font: 1.0em "Garamond", serif;
	margin-left: 10px;
	margin-top: 3px;
  margin-bottom:3px;
  text-align: center;
}
  
a:link {
  color: #00afc8;
  font-weight: bold;
}

a:visited {
  color: #ef161a;
    font-weight: bold;
}

a:hover {
  color: #ef00ce;
  font-weight: bold;
}

a:active {
  color: #a443fd;
  font-weight: bold;
}