body {
        margin-top:     1em;
        margin-right:   100px;
        margin-left:    100px;
        margin-bottom:  1em;

        font-size:      large;
	font-family:    sans-serif;
        color:          white;
        background:     #0000ad;

        background-position:    0.2em 1em;
        background-attachment:  fixed;
        background-repeat:      no-repeat;
        background-image:       url(logo.gif);
}

h1,h2,h3,h4,.center,.author,.affl: { text-align: center; }
h1 { page-break-before: always; }
li li {  font-size: smaller; }
img { display: block; }

h1 {counter-increment: slide-num}
h1:after {content: " (" counter(slide-num, upper-arabic) ")"}

body:after {
     content: "W3C Delivery Context Workshop, Sophia Antipolis 4/5 March 2002";
     display: block;
     margin-top: 2em;
     text-align: center;
     font-size:  small;
}
