
BODY {
 background-color: #ffffff ;
 color: #000000 ;
 font-family: Arial, sans-serif ;
 font-size : 1em ;
 margin-left : 15%;
 margin-right : 15%;
}

div.booktitle {
 font-size : 2em ;
 text-align: center
}

div.date {
 font-size : 1.5em ;
 text-align: center
}

div.stars {
 background-color: #ffffff ;
 color: #008f00 ;
 text-align: center ;
}

div.nav {
 font-size : 2em ;
 text-align: center ;
 text-decoration: none;
}

div.nav a:link {
 background-color: #ffffff ;
 text-decoration: none;
}

div.nav a:visited {
 background-color: #ffffff ;
 text-decoration: none;
}

div.nav a:hover {
 background-color: #ffffff ;
 color: red ;
 text-decoration: underline;
}

p {
 text-indent: 1em ;
}
