body{
background-color: #405240;
font-family: Arial, Verdana, sans-serif;
font-size; 20px;
color: #0000bb;
}

h1 {
	margin-top: 6px;
	font-style: italic; 
	font-weight: bold; 
	font-size: 200%;
	margin-bottom: 10px; 
	font-family: Arial, Verdana, Helvetica, Geneva, Swiss, sans-serif;
	color: #FFD700;
    }
h2 {
	margin-top: 9px; 
	font-style: italic;
	font-weight: bold; 
	font-size: 120%;
	margin-bottom: 10px; 
	font-family: Arial, Verdana, Helvetica, Geneva, Swiss, sans-serif;
	color: #FFD700;
    }

h3 {
	margin-top: 9px; 
	font-style: italic;
	font-weight: bold; 
	font-size: 80%;
	margin-bottom: 10px; 
	font-family: Arial, Verdana, Helvetica, Geneva, Swiss, sans-serif;
	color: #4F0000;
    }
    
img {
	margin-left:5px;
	margin-right:10px;
	margin-bottom: 10px; 
     }
     
#book {
    height: 410px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;

    	}
	
#booktext {
    position: relative;
    height: auto;
    width: auto;
    font-size: 95%;
    left: 0px;
    top: 30px;
    font-family: cursive, Arial, Verdana, Helvetica, Geneva, Swiss, sans-serif;
    font-style: italic;
    font-weight: bold; 
    color: #4F0000;
	}
	
#booktable {
    width: 560px;
    margin-left: auto;
    margin-right: auto;

}

#booktable td {
    padding: 20px;
}

.data {
    text-align: left;
}

a:link {color: #FFD700; text-decoration: underline; }
a:active {color: #FFD700; text-decoration: underline; }
a:visited {color: #4F0000; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: none; }

     /*
	tswtabs.css		1.0.2
	Please use the CSS Menu Button Wizard at
		http://www.thesitewizard.com/wizards/css-menu-buttons.shtml
	to generate your own customized menu buttons.
*/

#tswcsstabs ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	display: inline ;
}
#tswcsstabs ul li {
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#tswcsstabs li a {
	color: #ffffff ;
	background-color: #6d351a ;
	border: 1px outset #000000 ;
	padding: 8px ;
	text-decoration: none ;
	display: inline ;
}
#tswcsstabs li a:hover {
	color: #000000 ;
	background-color: #fbceb1 ;
}
 