/* CSS Document */
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited{
	color: #333333;
	text-decoration: none;
}
a:active{
	color: #0035BB;
	text-decoration: none;
}
a:hover{
	color: #0035BB;
	text-decoration: none;
	text-decoration: underline; 
	}

soken a:{
color:#e52e37;}

.book img{
border:1px solid #999999;
}

a{
outline:none;
}