
    DIV.year {
        background-color: rgb(0,230,255);
	    color: black;
	    padding: .5em 0.5em;
    	border-bottom: 2px solid #ccc;
    	font-family: sans-serif;
    	font-size: 1em
	}

    li.l0 { background-color: rgb(204,255,255);}
    li.l1 { background-color: rgb(255,240,200);}

    li { list-style-type: none;
         margin-top: .5em;
         margin-bottom: .5em;
	 margin-left: 2em;
	}

    div.abstract:before {font-weight: bold; content: "Abstract: "}
    div.abstract {
        margin-top: .5em;
        margin-bottom: .5em;
        margin-left: 4em;
        margin-right: 4em;
        font-size: .8em;
        text-align: justify;
    }
    
    pre {display : none;}
    
    div.authors{font-variant : small-caps;
        display : inline;}

	div.bibtex{
		float: right;
		margin-left: 1em;
		margin-right: 1em;
		font-size: .5em;
	}

DIV.web-comment { display: none; }

