body{
  margin: 0;
  padding: 0;
}

.OLtxt { 
  counter-reset: item 
}
.LItxt { 
  display: block; 
  padding: 5px;
}
.LItxt:before { 
  content: counters(item, ".") " "; 
  counter-increment: item 
}
ul{
  list-style-type: square;
}

#home{
  background-image: url('https://teste.limeira.sp.leg.br/img/bg01.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  background-size: auto;
  background-size: 100%;
  text-shadow: 1px 1px 1px lightgrey;
}

#home a, a:hover {
  color: white;
}

.bg-dark{
  color: lightgrey;
}

.bg-black{
  color: lightgrey;
  background-color: black;
}

.noshadow{
  text-shadow: 0px 0px 0px;  
}