
BODY {
  background-color: #87cefa;
  color: #000080;
  font-size: 10pt;
}				/* color LightSkyBlue #87cefa */
body.frupacChalk {
  background-image: url("http://www.usncva.org/backgrounds/chalk.jpg");
  font-family: "T93Y", "Slashed Zero Arial", "VAG Round", "ProFontWindows", "Monaco", "Comic Sans MS", sans-serif  
}
dl, dt, dd, ul, li {
margin: 0;
padding: 3px;                  /* originally 0px  */
list-style-type: none;
}
#menu {
position: absolute;
top: 0;
left: 0;
}
dl#menu {
width: 152px;                 /* originally 15em  */
}
dl#menu dt {
cursor: pointer;
margin: 2px 0;
height: 14px;                      /* default 20px; */
line-height: 14px;                 /* default 20px; */
text-align: center;
border: 1px solid gray;
background: #ccc;
}
dl#menu li {
cursor: pointer;
margin: 2px 0;;
height: 12px;                      /* default 20px; */
line-height: 12px;                 /* default 20px; */
text-align: center;
border: 1px solid gray;
background: #ccc;
}
dl#menu dd {
border: 1px solid gray;
}
dl#menu li a, dl#menu dt a {
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
dl#menu li a:hover, dl#menu dt a:hover {
background: #369;                 /* original #eee;  */
color: #eee;                      /* added */
}
