
*
  Time-stamp: <Monday 29 September 2003 / stark.css>

  Style file for personal web pages

  Ian Stark
*/

/* Various things that claim to get around certain browser oddities.

   - I used to try and be clever about font selection -- see old comment below
     -- but the world is unpredictable so I have stopped trying.

   ( - The font family incantation "Helvetica, Arial, sans-serif" is because
     the standard designation sans-serif isn't always a very sensible SS font,
     notably on Windows, so we select Arial.  But Arial on Mac can
     (apparently) be ugly, so we add to Helvetica, which is also what we most
     want on Unix. )

   - Netscape 4 loses track of style information occasionally, so it needs to
     be given again for anything we can think of.
*/
body {font-family: arial,sans-serif}

h1,h2,h3,h4,h5,h6,th,td,div,p,ol,ul,li
 { font-family: arial,sans-serif; 
   color: black; background-color: white }

font.keyword {font-weight: bold;}

pre, code, kbd { font-family: monospace } 

a { color: rgb(0,51,102) }
a:link { color: rgb(51,102,153) }
a:hover, a:focus, a:active { color: purple }

h1, h2, h3, .footnote { background-color: rgb(213,234,255) }
h1 a, h3 a, h1 a:link, h3 a:link { color: black }

body { margin-left: 0; margin-right: 0 }

h1,h2,h3,p,dl,table,pre { padding-left: 15px; padding-right: 15px }

dt { font-weight: bold; margin-top: 1em }
dd { margin-bottom: 1em }

dd {font-family: arial,sans-serif}

.footnote { font-size: small }

/* End of file */
