body  {
	color: black; 
	background-color:whitesmoke;
	margin-top:15px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:40px;
	font-family:Arial;
	font-size: 10px; 
}

#top  {
	margin:0px;
	background-color:black;
	width:805px;
	border-top-width: 0;
	border-right-width: 3px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-style:groove;
	border-color: black;
}
#content  {
	margin:0;
	width:805px;
	background-color:white;
	color:black;
	border-top-width: 0;
	border-right-width: 3px;
	border-bottom-width: 10px;
	border-left-width: 1px;
	border-style:groove;
	border-color: black;
}
img  {
	margin:0px;
	border:0px;
}
a:link  {
	color: black; 
	text-decoration:none;
}
a:visited  {
	color: black; 
	text-decoration:none;
}
a:active   {
	color: black; 
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p   {
	text-indent:12px;
}
.bgclass  {
	width:90px;
	background: whitesmoke url();
	background-repeat:no-repeat;
	background-position: 0% 0%;
	background-attachment: fixed;
}
.biblio  {
	padding-left:30px;
}
.item  {
	text-indent:-20px;
}