/* Used in Diary/ for the old ones	*/
/* So far just 1998, and 1999-01, 02    */
/* and 2001-11				*/
/* and current diary			*/

body {color: black; background: white; }
body {margin-left: 10%; margin-right: 10%; }
body {font-family: Helvetica, sans-serif; }

/* I am such a fool. If you specify	*/
/* background and foreground colours,	*/
/* you should specify link colours too.	*/
/* Ahem. Added, 2002-12-18		*/

a:link {color: rgb(0,0,255); text-decoration: none;}
a:visited {color: rgb(128,0,128); text-decoration: none; } 
/* a:active {color: cyan; text-decoration: underline; } */
a[href]:hover {color: rgb(0,0,255); text-decoration: underline; }

/* The a[href] is because I was using   */
/* <a name="datehere"> for things to    */
/* link to, and without the href in the */
/* rule, all the dates were coming out  */
/* as if they were links. Very bad,     */
/* Thanks to Malcolm Scott for rescuing */
/* me -- 2003-01-31                     */

h1,h2,h3 {text-align: center;}

pre { font-family: monospace; }

dd { background: rgb(204,255,255); color: black; padding: 0.25em;  border: none; }
li { background: rgb(204,255,204); color: black; padding: 0.25em;  border: none; }

p.centred { text-align: center; }

