/* style sheet for note.css
                 Last revised 24 aug, 2000.*/

img{vertical-align:middle;}
strong{
	font-style:normal;
	color:red;background:transparent;
	}
.caution{
	color:red;background:transparent;}

UL {
    list-style-image: url(../img/golds.png);
    list-style-type:square;
    list-style-position:outside;
    font-size:1em;
    font-weight:400;
    margin:1em 0em; padding:1em;
}
ul.rule{
	border-bottom:1px blue solid}
li{color:black; background:transparent;
    line-height:150%;}
li.cap{
	font-style:italic;
	list-style-image:none;
	list-style-type:none;
	text-indent:-2em;}
.auth
	{
	font-weight:bold;
	text-align:right;
	color:blue;background:transparent;}
