BODY { 
    background: white; 
    color: black
}

P.mypar {
    font-style: italic; 
    color: blue
}

h1 {
    margin: 2px;
    color:#00B000;
    border-bottom:thin solid gray;
    padding-bottom:10px;
}	


li.padma1 {
    list-style-position: inside; 
    list-style-image: none; 
    list-style-type: square; 
}

li.padma2 {
    list-style-position: inside; 
    list-style-image: none; 
    list-style-type: circle; 
}
