@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

img {
	border:dotted;
	border-width:thin;
	border-color: #666666;
	display:inline;	
}

a {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#770000;
	text-decoration:underline;
}

.container {
	background-color:#FFFFFF;
	padding-top: 10px;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left:15%;
    margin-right:15%;
    width:70%;
}

.poemsbox {
}

.poemline {
	width: 400px;
}

.poemcaption {
	position:relative;
	display:inline;
	top: -35px;
	text-align:center;
	margin-left: 20px;
	height:80px;
}

.poem {
	border:dotted;
	border-width:thin;
	border-color: #666666;
	padding: 0px;
	width:500px;
	height:500px;
}