/*.page-foot {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: #EF5D2F;
	color:white;
	text-align:right;
	padding-right:2em;
	padding-top:5px;
	font-size:18px;
	/*z-index:1000; }*/

a.book:link, a.book:visited {
  position: fixed;
   top: 0;
   right:0;
    background-color: #EF5D2F;
    color: white;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	z-index:500;
	font-size:15px;
}

a.book:hover, a.book:active {
    background-color: red;
}

/* CSS แบบ เป็น BORDER

a:link, a:visited {
    background-color: white;
    color: black;
    border: 2px solid green;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

a:hover, a:active {
    background-color: green;
    color: white;
}
</style>

*/