body {
  color:           white;
  background:      rgb(120,103,131);
  background-image:      url('images/bg-text.jpg');
  font-weight:     normal;
  font-family:     Arial;
  font-style:      normal;
  text-decoration: none;
}

A:visited {color: yellow; text-decoration: none}
A:link {color: yellow; text-decoration: none}
A:active {color: yellow; text-decoration: none}

td { font-family: Arial, sans-serif; font-size: 80% }
td.menu { color: #ffff00; font-family: Arial, sans-serif; font-size: 80%;
   background: url('images/bg-text.jpg') #660000;}
td.booklist { font-family: Arial, sans-serif; font-size: 100% }
td.title { font-family: Arial, sans-serif; font-size: 80%;
   background: url('images/bg-text.jpg') #660000;}
td.text { font-family: Arial, sans-serif; font-size: 80%;
   background: url('images/bg-title.jpg') #440C0F;}

select {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt}
input {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt}

p.blink {text-decoration: blink}

A:hover { color: #ffffff; background-color: red; text-decoration: none}

div.color {
    background: rgb(68,12,15);
    padding: 0.5em;
    border: none;
    }

td.navmenu{
  color: red; font-weight: bold; font-family:"Times New Roman", times, serif;
  font-size: 120%;
}

a.navmenu{
  border-style: none;
}
