.main
{
	position: relative;
	margin-top: 30px;
	display: block;
	height: 598;
	width: 803px;
	background-image: url('/november.jpg');
	border: solid 1px Black;
}

.inner
{
	display: block;
	margin-top: 135px;
	height: 350px;
}

.toplinks
{
	float: right;
	height: 50px;
	width: 240px;
	margin: 15px;	
}

.links
{
	display: block;
	border: solid 1px Black;
	background: rgba(255,255,255,0.5);
	color: Black;
	font-weight: Bold;
	text-align: left;
	padding: 5px;	
}

.links div ul li
{
	padding-bottom: 4px;
}

h1
{
	color: OrangeRed;
	margin-bottom: 10px;
}

h2
{
	color: Red;
}

h3, th
{
	Color: Blue;
	font-size: large;
	margin: 0px;
}

td
{
	vertical-align: top;
}

ul, li
{
	list-style: none;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

a, a:visited
{
	color: Blue;
}

.footer
{
	width: auto;
	height: 70px;
	overflow: ellipsis;
}

.poemBox
{
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-decoration: none;
}

.poemBox div
{
	cursor: default;
	color: Black;
	display: none;
}

.poemBox:hover div
{
	display: block;
}

.poemBox:hover
{
	width: auto;
	height: auto;
}