body {
	color:#ffffff;
	font-size: 100%;
	background-color:282828;
}

#container {
	/* Contains all content. */
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	display: table;
	height: 100%;
	background-color:#282828;
}

#maintext1 {
	/* Contains the poem text and the bottom colophon image. */
	float: left;
	top:5%;
	width: 40%;
	display: inline;
	padding:10px;
	font-size:13pt;
}

#title {
	font-family: Georgia,Serif;
	font-size:200%;
	font-weight:bold;
	margin-left:10px;
	margin-top:10px;
	text-align:left;
}
#title2 {
	font-family: Georgia,Serif;
	font-size:125%;
	font-weight:bold;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
}

a:link    {color:white; background-color:transparent; text-decoration:none}
a:visited {color:#87cefa; background-color:transparent; text-decoration:none}
a:hover   {color:white; background-color:transparent; text-decoration:none}
a:active  {color:white; background-color:transparent; text-decoration:none}