@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.divbg {
	position: relative;
	width: 100%;
}
.divtd {
	position: absolute;
	width: 100%;
	left: 0px; 
	top: 4%;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.booksearch {
	border:0px;
	width:95%;
	height:98%;
	background-color:transparent;
}


#bookfont { font-size: 3vw;}

#classfont {
	font-size: 4vw;
	color: #FFF;
}

.smohan_audio{
	cursor:pointer;
	overflow:visible;
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:10;
	width:32px;
	height:32px;
}
#linkfont {
	font-size: 3vw;
	color: #333;
}	
#linkfont a:link {
	color: #333;
	text-decoration: none;
}
#linkfont a:visited {
	text-decoration: none;
	color: #333;
}
#linkfont a:hover {
	text-decoration: none;
	color: #FFF;
}
#linkfont a:active {
	text-decoration: none;
	color: #FFF;
}

