body
{
    color: #ccc;
	font-family: Zapfino, Palatino;
	text-align: center;
    line-height: 175px;
	background-color: #711;
    background-image: url("../images/PoeAutographRed.jpg");
    background-position: top left;
    background-repeat: repeat-y;
    background-attachment: fixed;
	margin: 10px;
}

h2
{
	color: #fff;
	font-size: 110%;
	line-height: 50px;
    margin-bottom: 50px;
}

h1
{
    color: #fff;
    margin-top: -60px;
	font-size: 300%;
}

p:first-letter
{		
    font-size: 180%;
    color: #f00;
}

p:first-line
{
    color: #fff;
}

p
{
    font-size: 110%;
    line-height: 70px;
}

.borderless
{
	background-color: #f00;
	padding: 6px;
	border: 4px solid #000;
}
em
{
    font-size: 125%;
    color: #f00;
}

#headerpix
{
	width: 600px;
	height: 120px;
	margin: auto;
    background-image: url("../images/raven.gif");
	background-repeat: no-repeat;
    background-position: top center;
    border: 3px solid #f00;
}

#headertxt
{
	width: 900px;
	height: 80px;
	margin: auto;
}

#cat
{
    padding: 5px;
    border: 4px solid #000;
    background-color: #f00;
}

img
{
	margin: 20px;
	border: 2px solid #000;
}

#nevermore
{
    margin-top: -200px;
    color: #711;
	font-size: 400%;
}
