BODY {
         font-family: arial;
         font-size: 15;
         color: #000000;
         background-image: url("img/book.jpg");
         background-repeat: no-repeat;
         background-position: center center;
         background-attachment: fixed;
	}

TABLE {
	font-family: arial;
	font-size: 15;
	}

A:link, A:visited {
	text-decoration: none;
	color: #DD0000;
	}

A:hover, A:focus, A:active, {
	text-decoration: none;
	color: #DD0000;
	}