.onmouseoverCSS 
{
	cursor:'hand'; 
	background-Color:'#CCFFFF';
}

.onmouseoutCSS  
{
	cursor:'default'; 
	background-Color:'#EEEEEE';
}

body
{
	background-color:#FFFFFF;
	padding : none;
	border : none;
}


a 
{
	color: #0033FF;
}
a:hover 
{
	color: #D72319;
	text-decoration: underline;
}
a:link 
{
	color: #0033FF;
}



<!--	書冊總覽與新書搶鮮報的CSS
.style1 {font-size: 14px}
.style2 
{
	color: blue;
	text-decoration: underline;
	font-size: 13px;
}
.style3 
{
	color: black;
	font-size: 13px;
}
.style4 {font-size: 22px}
-->
