a:link{
	color:#990000;
	text-decoration: none;
} 

div.lbi{
	padding:2px;
	}
	
div.lbi:hover{
	
	background-color:#990000;
 	transition:all 1s ease-out;
 	transition:all 1s ease-out;
	transition:all 1s ease-out;
	
	 /* border angle */
	 -moz-border-radius: 20px;
     -webkit-border-radius: 20px;
     border-radius: 20px; 
	}

div.lbi:hover a{
	color: #ffcc33;
	}

div.bookmark{
	font-weight:bold;
}
	
b.statgaz{
	color:#990000;
	}
	
b.statgaz:hover{
	color:#ffcc33;
	}
		
table#Left_menu_table{
	border-collapse:collapse;
	width:97px;
}
					
table#Left_menu_table td{
	text-align:center;
	padding: 2px;
	font-size: 13px;
}
						
hr.line {
	height:3px;
	border-width:0;
	color:gray;
	background-color:gray;
}

img#Book_img{
		border:0px;
}
