html, body
	{
	height:100%;
	}
td, body, div
	{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	}
td
	{
	font-family:arial;
	font-size:11px;
	}
.book
	{
	font-size:14px;
	color:#ffffff;
	}
a:link
	{
	color:#98cc1c;
	text-decoration:none;
	}
a:active
	{
	color:#98cc1c;
	text-decoration:none;
	}
a:visited
	{
	color:#98cc1c;
	text-decoration:none;
	}
a:hover
	{
	color:#000000;
	text-decoration:underline;
	}
