#poetnav {
	font-size: x-small;
	color: #adadad;
	padding: 10px;
	width: 160px;
	position: absolute;
	background: none;
	left: 160px;
	top: 84px;
	text-align: center;
	}

#poetnav2 {
	font-size: x-small;
	color: #adadad;
	padding: 10px;
	position: absolute;
	background: none;
	left: 382px;
	top: 84px;
	width: 160px;
	text-align: center;
	}

#poetnav3 {
	font-size: x-small;
	color: #adadad;
	padding: 10px;
	position: absolute;
	background: none;
	left: 606px;
	top: 84px;
	width: 160px;
	text-align: center;
}

#poetnav a:link, #poetnav a:visited, #poetnav2 a:link, #poetnav2 a:visited, #poetnav3 a:link, #poetnav3 a:visited {
	display: block;
	color: #888888;
	text-decoration: none;
	background: none;
	margin-bottom: 5px;
	}

#poetnav a:hover, #poetnav2 a:hover, #poetnav3 a:hover {
	background-color: #adbcc9;
	color: #000000;
	}

#poetinfo {
	top: 100px;
	position: absolute;
	left: 470px;
	width: 305px;
	text-align: right;
	}

.poetname {
	color: #0099ff;
	font-size: 18pt;
	}
