/* Thanks to alistapart.com for useful extras */

body {
    background: White;
    font-family: Georgia, Garamond, Times, serif;
    font-size: 10pt;
    color: Black;
    margin: 0;
    padding: 0;
}
table.head
{
    display: none;
}

td.bottom
{
    display: none;
}
tr.bottom
{
    display: none;
}
td.top
{
    display: none;
}
tr.top
{
    display: none;
}



a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

