a {
  text-decoration: none;
}

a:link, a:visited, a:active {
  color: blue;
}

a:hover {
  background: blue;
  color: white;  
}

.lis {
float: left; 
cursor:default;
background:white;
font-size: 14pt;
font-weight: bold;
border-right:1px groove maroon;
border-top:1px groove maroon;
border-bottom:1px groove maroon;
padding:3px 10px 3px 10px;
height:20px;
}
/*
.menuTitle {
  font-size:medium;
  padding-left:5px;
  padding-right:5px;
  font-style:italic;
  border:none; 
}

.menuLink1 {
  font-size:small;
  font-weight:bold; 
  padding-left:5px;
  padding-right:5px; 
  border:none; 
}

.menuLink2 {
  font-size:small;
  font-weight:bold; 
  padding-left:5px;
  padding-right:5px; 
  border:none; 
}

.menuEmpty {
  border:none; 
}
*/
.linkto {
  background-color:white;
  font-size:medium;
  font-weight:bold;
  color:blue;
  text-align:left;
  height:22px;
}
.linkto:hover {
  background-color:cyan;
  cursor:pointer;
}

.tolist {
  font-size:medium;
  font-weight:bold;
  font-style:normal;
  display:block;
  position:relative; 
  color:black;
  background-color:white;
  text-align:left;
  height:23px;
}
.thelist {
  display:none;
  position:absolute;
  border:1px solid black;
  width:250px;
  left:100%;
  top:0;
  background-color:white;
  font-style:normal; 
}

body {
  font-family: arial, sans-serif;
  background-color: #dddddd;
  font-size:100%;
}


