body {
	scrollbar-base-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #000000;
	background: #ffffff url(images/icon.jpg) no-repeat fixed;
	margin-left : 20px;
	margin-right : 20px;
	margin-top : 20px;
	margin-bottom : 0px;
} 
p {
	font: 0.6em Verdana; 
	color: #000000;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	font-weight: normal;
	color: #CA5100;
}
a:link { text-decoration: none; color: #808080;}
a:visited { text-decoration: none; color: #808080;}
a:active { text-decoration: none; color: #808080;}
a:hover { text-decoration: underline overline;}

#bookreview {
	width: 250px;
	float: left;
	margin-right: 4px;
}
#rightcontent {
	width: 130px;
	float: left;
}

#gradebackground_yellow {
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 100px;
	height: 20px;
	background: url(images/lettura_stars_inactive_yellow.gif) no-repeat;
}
#gradebackground_blue {
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 100px;
	height: 20px;
	background: url(images/lettura_stars_inactive_blue.gif) no-repeat;
}
#gradeforeground_yellow {
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 0px;
	height: 20px;
	background: url(images/lettura_stars_active_yellow.gif) no-repeat;
}
#gradeforeground_blue {
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 0px;
	height: 20px;
	background: url(images/lettura_stars_active_blue.gif) no-repeat;
}