
body { background-color: rgb(0, 90, 83);
}

.booktitle { font-size: 24px;
color: rgb(250, 177, 23);
font-weight: bold;
}
.title { font-size: 24px;
color: rgb(251, 242, 129);
font-weight: bold;
font-family: Arial,Helvetica,sans-serif;
}
.content { font-size: 14px;
color: rgb(251, 242, 129);
font-family: Arial,Helvetica,sans-serif;
}
a:link { font-size: 14px;
color: rgb(251, 242, 129);
font-weight: bold;
font-family: Arial,Helvetica,sans-serif;
}
a:active { font-size: 14px;
color: rgb(251, 242, 129);
font-weight: bold;
font-family: Arial,Helvetica,sans-serif;
}
a:visited { font-size: 14px;
color: rgb(251, 242, 129);
font-weight: bold;
font-family: Arial,Helvetica,sans-serif;
}
a:hover { font-size: 14px;
color: rgb(251, 242, 209);
font-weight: bold;
font-family: Arial,Helvetica,sans-serif;
cursor: hand;
}
P {
 font-size: 15px;
 color: rgb(251, 242, 129);
 font-weight: normal;
 font-family: Arial, Helvetica, sans-serif;
 width: 500px;
}