
body {
  background-image: url(LL_images/BG_lghtmarb.jpg);
  color: white;
  font-family: Monotype Corsiva;
  font-size: 20pt;
  font-weight: normal;
}
a {
  text-decoration: none;
  color: cyan;
}
a:hover {
  text-decoration: underline;
  color: #99ffff;
}
h1 {
  text-align: center;
  color: darkblue;
}
div.llpic {
  border: medium solid darkblue;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  height: 720px;
  background-repeat: no-repeat;
  background-image: url(LL_images/BG_LL_index.jpg);
  background-color: darkblue;
}
p.copyright {
  margin-left: auto;
  margin-right: auto;
  font-family: Monotype Corsiva;
  font-size: 12pt;
  color: darkblue;
  width: 960px;
}
p.lltext {
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 150px;
  font-size: 18pt;
}
img.llnet {
  position: relative;
  left: 25px;
  top: 40px;
  width: 428px;
  height: 86px;
}
