<!--
body
{
    color: black;
    background-color: #94b7bb;
    background-color: #a8a8a8;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 12pt;
	margin-left: 5%;
	margin-right: 5%;
}

table.menu
{
	font-size: 12pt;
	width: 100%;
	border-collapse: separate;
	border-bottom: 1px solid black;
}

table.contacts
{
	font-size: 12pt;
	position: relative;
    top: 0px;
}

table.links
{
	font-size: 12pt;
	position: relative;
    top: 0px;
}

table.books
{
	font-size: 10pt;
}

td.bookblurb
{
	padding-left: 10px;
	padding-right: 7px;
	border-right: 1px solid black;
}

td.logo
{
	width: 30%;
	font-size: 22pt;
	font-style: italic;
	text-align: left;
	font-weight: bold;
	vertical-align: bottom;
	position: relative;
    top: 5px;
}

td.menu
{
	width: 70%;
	text-align: right;
	word-spacing: 7px;
	vertical-align: bottom;
}

td.footer
{
	font-size: 8pt;
	text-align: right;
}

td.news
{
	padding-left: 7px;
	font-size: 8pt;
}

table.news
{
	font-size: 8pt;
}

A:link
{
    COLOR: #7e2110
}

A:visited
{
    COLOR: #7e2110
}

A:active
{
    COLOR: #7e2110
}

A { text-decoration:none; }

//-->
