body {
background-color: white;
color: black;
font-family: Times, serif;
}

h1, h2, h3, h4, h5, h6 {
font-family: Helvetica, sans-serif;
}

h1, h2, h3 {
text-align: center;
}

h3, h4 {
clear: left;
}

h3 {
padding-top: 1em;
}

dt {
font-family: Helvetica, sans-serif;
font-size: larger;
font-weight: bold;
margin-top: 1em;
margin-bottom: 1em;
}


div.main {
}


div.links {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background-color: silver;
color: black;
text-align: center;
width: 100%;
}


div.copyright {
font-size: smaller;
font-style: italic;
padding-bottom: 1em;
clear: left;
}

span.book {
font-style: italic;
}

div.book {
float: left;
width: 130px;
}

div.enny {
float: right;
clear: right;
width: 110px;
}

div.title{
position: fixed;
top: 0;
left: 0;
background-color: silver;
color: black;
text-align: center;
width: 100%;
height: 5em;
}

p.spacer{
border-bottom-style: solid;
border-bottom-width: thin;
margin-bottom: 3em;
padding-bottom: 2em;
clear: left;
}

table {
width: 100%;
}

div.lamazon {
float: left;
width: 120px;
padding: 3px;
}

div.ramazon {
float: right;
width: 120px;
padding: 3px;
}


