/* Used in Diary/index.html	*/
/* And in Flanders and Swann song -- for now: the h4 centre is for that */

body {color: black; background: white; }
body {margin-left: 10%; margin-right: 10%; }
body {font-family: Helvetica, sans-serif; }
 
h1,h2,h3,h4 {text-align: center;}

pre { font-family: monospace; }
img    {  border: 0; }

li { 
    background: rgb(204,255,255); 
    color: black; 
    padding: 0.25em;  
    border: none; 
   }
li.nav  
   { 
    background: rgb(204,255,204); 
    color: black; 
    padding: 0.25em;
    border: none
   }
/* I need a different colour for links which navigate inside one
   document and don't go elsewhere. I'll try to get it as a paler
   shade of the "around the site" one:
*/
li.int-nav
   {
    background: rgb(236,255,236);
    color: black;
    padding: 0.25em;
    border: none;
   }

p.centred { text-align: center; }
p.nav { background: rgb(204,255,204);  color: black; }



