.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	position: relative;
	left: 18px;
	top: 222px;
	background-color:#FFFFFF;
	width:600px;
	position:absolute;
}

.topbar {
    position: relative;
	left: 10px;
	top: 12px;
	background-color:#CCCCCC;
	height:120px;
	width:600px;
	z-index:1000;

}

.bookbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	position: relative;
	left: 10px;
	top: 80px;
	background-color:#FFFFFF;
	height:300px;
	width:600px;
}


.booktable a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	position: relative;
	background-color: #F5F5F5;
	clear: both;
	background-position: left;
	background-repeat: repeat;
	list-style-type: none;
	list-style-image: none;
	display: block;
	width:120px;
	height:20px;
	padding: 10px 2px 2px 10px;
	border: 1px solid #FFE4C4;
	top: 1px;
	text-decoration:none;
	
}

.booktable:hover {
background-color: #CCCCCC;
color: #000000;
text-decoration: underline;
}

ul {
margin: 0; 
padding: 0;
list-style-type: none;
}

a span {display:none}

a:hover span { display: block; position:relative; top:50; background-color:#CCCCCC;}

.style1 {
	font-size: medium;
	font-weight: bold;
}

div {
	clear: both;
}
hr {
}


.articles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}