/* bullets article */

html>body ul.bulleted {
    margin: 0 0 0 2em;
    padding: 0 0 0 1.2em;
    list-style: none;
    text-indent: -1.2em;
		*text-indent: 0;
    *list-style-type: disc;
    }

html>body ul.bulleted li {
    margin: 0 0 0 1.2em;
    }
    
body ul.bulleted li:before {
    content: "\2666 \a0 \a0 \a0" !important;
    color: #993366;
    font-size: 0.85em;
    line-height:80%;
    }
				
#heart {list-style-type:none;}
#heart li:before {content:'\2665 '; color:#FF33FF; padding-right:1em;}
#calculator {line-height:150%}
#calculator label {display:block; width:12em; float:left;}
#calculator span {font-family:"Courier New", Courier, mono;}

