 
.Class1{
  font-size : xx-small;
  font-weight : 100;
  font-style : normal;
  font-variant : normal;
  color : maroon;
  
  
  
  background-position : right bottom;
  text-align : center;
  text-indent : -5px;
  list-style-type : circle;
  list-style-position : outside;
  width : auto;
  height : auto;
  position : normal;
  top : auto;
  left : auto;
  z-index : auto;
  visibility : visible;
  padding-top : 1px;
  padding-left : 1px;
  padding-right : 1px;
  padding-bottom : 1px;
  
  
  
  
  text-transform : lowercase;
}