A:hover
{ text-decoration: none; color:#b59e9e; }
A:link
{ text-decoration: none; color:#b59e9e; }
A:visited
{ text-decoration: none; color:#b59e9e; }

a:link .image{
    border-style: none;
    border-width:0px;
    border-color: #000000;
    margin: 0px;
}

a:visited .image{
    border-style: none;
    border-width:0px;
    border-color: #000000;
    margin: 0px;
}

a:focus .image{
    border-style: none;
    border-width:0px;
    border-color: #000000;
    margin: 0px;
}

a:hover .image{
    border-style: none;
    border-width:0px;
    border-color: #000000;
    margin: 0px;
}

a:active .image{
    border-style: none;
    border-width:0px;
    border-color: #000000;
    margin: 0px;
}


body {
background-color: #000000;
	scrollbar-face-color : #000000; 
scrollbar-highlight-color : #804e4a; 
scrollbar-3dlight-color : #804e4a; 
scrollbar-shadow-color : #804e4a; 
scrollbar-darkshadow-color : #804e4a;
scrollbar-track-color : #804e4a; 
scrollbar-arrow-color : #804e4a;
margin-top: 0; 
	}
	
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #b59e9e;
	text-align: center;
	}
	
.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #b59e9e;
	text-align: center;
	}
	
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #b59e9e;
	text-align: center;
	}
	
.listtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #b59e9e;
	text-align: left;
	}
	
.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #b59e9e;
	text-align: left;
	}
	
#bookcase {
	width: 525px;
	border: 0;
	cellpadding: 0;
	margin-left: 100px;
	background-image: url(images/shelf_edge.gif);
	}
