.list1 {
}

.list1 ul {
}

.list1 ul ul{
     margin-left : 30px;
}

.list1 li {
     margin-left : 20px;
     line-height : 120%;
}

.list1 ol {
     margin-left : 20px;
     line-height : 120%;
     list-style-type : none;
}



.list2 {
}

.list2 ul {
}

.list2 li {
     margin-left : 20px;
     line-height : 120%;
     list-style-type : decimal;     
}
