
.div-lightcolor {
  background-color: white;
  text-align: center;
  color:  black !important;
}


.div-darkercolor {
  background-color: white;
  text-align: center;
  color: black !important;;
}


#heading1 { color:  black; 
            font-size: 40px;
            padding-bottom: 20px;
}

#heading3{ color: black; 
           font-size: 16px;
           padding-top: 16px;
}

#heading2{ color: black; 
           font-size: 20px;
           padding-top: 16px;
}

.shortinfo {
    font-size: 16px;
    padding-bottom: 10px;
}

a{
  font-color: blue !important;
}

.link {color: blue;}

#footer {
   position:relative;
   width:100%;
   height:18px; 
   background: white;
   color: grey;
   text-align: center;
   font-size: small;
}

#body1 {
    min-height: 100%;
}



div.center-list {
    margin-left: auto;
    margin-right: auto;
    display: table;

    font-family: 'Pragati Narrow', sans-serif;
    padding-top: 0px;
    vertical-align: middle;
/*    line-height: 40px;
    font-size: 100%;*/
}

ol {
   list-style: none;
   text-align: left;
 }

ul {
   list-style: none;
   text-align: left;
 }


li {
   counter-increment: item;
   margin-bottom: 5px;
    font-size: 120%;
 }

ol li:before {
   margin-right: 10px;
   content: counter(item);
   background: lightblue;
   border-radius: 100%;
   color: white;
   width: 1.7em;
   text-align: center;
   display: inline-block;
   font-size: 120%;
 }
