#gltitle {
  width: 560px;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  color: #FF9966
}

dl.lstitm {
}

.lstitm dt {
   font-size: 140%;
   font-weight: bold;
   background-color: #FFCCCC;
   border-bottom: solid 1px #cccccc;
   color: #999999;
   margin-top: 1em;
   width: 560px;
}

.lstitm dd {
   width: 500px;
   border: solid 1px #cccccc;
   padding: 1em;
   margin-left: 2em;
   margin-top: 0.5em;
}

a.gllnk:link {
  color: #000000;
  text-decoration: underline;
}

a.gllnk:visited {
  color: #000000;
  text-decoration: underline;
}

a.gllnk:hover {
  font-size: 160%;
  color: #000000;
  text-decoration: underline;
}


