body {
  color:           black;
  background:      rgb(0,0,0);
  background-image:      url('images/bg-text.jpg');
  font-weight:     normal;
  font-family:     Euphorigenic;
  font-style:      normal;
  text-decoration: none;
}

A:visited {color: #0000ee; text-decoration: none}
A:link {color: #0000ee; text-decoration: none}
A:active {color: #0000ee; text-decoration: none}
a.menu { color: yellow; font-weight:bold;}
a.menu:visited { color: yellow; font-weight:bold;}
a.menu:hover { color: black; font-weight:bold;}

td { font-family: Arial, sans-serif; font-size: 80% }
td.menu { color: #ffff00; font-family: Euphorigenic, Arial, sans-serif; font-size: 120%;
   background: url('images/bg-title.jpg');}
td.booklist { font-family: Arial, sans-serif; font-size: 100% }
td.title { font-family: Euphorigenic, Arial, sans-serif; font-size: 300%;
   color: white; background: url('images/bg-title.jpg');}
td.text { color: black; font-family: Arial, sans-serif; font-size: 80%;
   background: url('images/kelly-bg-text.jpg') #FFFFFF;}

td.secheader { color : black; font-family: Arial, sans-serif; font-size: 100%;
   font-weight:bold;}

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: #000000; background-color: #ffff00; text-decoration: none}
div.color {
    background: rgb(204,204,255);
    padding: 0.5em;
    border: none;
    }

.hovermenu ul{
font: 13px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
/* display: inline; */
display: table;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: yellow;
/* background-color: #FFF2BF; */
/* border: 2px solid #FFF2BF; */
}

.hovermenu ul li a:hover{
/* background-color: #FFE271; */
background-color: yellow;
color: black;
border-style: outset;
}

div.scroll {
    height: 600px;
    width: 550px;
    overflow: auto;
    border: 1px solid #666;
    padding: 8px;
}
