.header
{
    font-weight: bold;
    font-size: 40pt;
    vertical-align: middle;
    color: #000000;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}
.header:hover
{
    text-decoration: none;
}
.poemtitle
{
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
.poemyear
{
	font-style: italic;
}
.poemsource
{
    font-weight: bold;
    text-align: left;
    font-size: smaller;
    padding-top: 10px;
}
.poemcomments
{
    font-size: smaller;
    margin-top: 10px;
}
body
{
    background-color: #FFFFFF;
    margin: 0px;
    font-size: 15px;
    font-family: Tahoma,Verdana;
}
.catlink
{
	font-weight: normal;
	font-size: smaller;
}
.catlink td
{
	width: 300px;
}
.menulink
{
	font-weight: bold;
}
.footer
{
    border-top-style: solid;
    border-width: thin;
    border-color: #800080;
}
.menuAuthor
{
    font-size: x-small;
}
.zone
{
    padding: 5px;
    border: 1px solid #000000;
    font-size: x-small;
    margin-bottom: 10px;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	color: #FF0000;
}
.rekllink
{
    font-weight: normal;
    font-size: x-small;
}

