body 	{ background-color: #FFFFFF;
	}

{
    opacity: 1;
    transition: 1s opacity;
}
body.fade-out {
    opacity: 0;
    transition: none;
}
.rel 	{
	position: relative;
	top: 4px;
	}


.title {
	letter-spacing: .5em;
	font-family: "Arial";
	font-size: 11pt;
	color: #333333;
	}


.links {
	letter-spacing: .2em;
	font-family: "Arial";
	font-size: 9pt;
	color: #333333;
	}


.copy {
	font-family: "Arial";
	font-size: 10pt;
	color: #333333;
	text-align: center;
	}

.poem {
	font-family: "Times New Roman";
	letter-spacing: .05em;
	font-size: 9pt;
	color: #333333;
	}


.small {
	font-family: "Arial";
	font-size: 9pt;
	font-style: italic;
	color: #333333;
	}

a:link   { color: #333333; 
	text-decoration: none; 
	}

a:visited  { color: #333333; 
	text-decoration: none;
	}

a:hover  { color: #CCCCCC; 
	text-decoration: none; }

a:active  { color: #333333; 
	text-decoration: none;
	 }
