/* replace the book in the background with something else */
body { background: #FFE0E0;}

/* changes the colour of pre areas  */
pre { background: White }

/* use browser prefs for text size and font */
/*
/* body, #globalWrapper {font-family: Monospace; font-size:10pt } */
body, #globalWrapper {font-family: Arial; font-size:10pt }
*/

H1 { font-family: "Georgia"; font-size:18pt }

/* standard link colors */
a { color: #0000FF; text-decoration: underline;}
a:visited { color: #7F007F;}
a:active, a.new { color: #FF0000; }
a.interwiki, a.external { color: #3366BB; }
a.stub { color: #772233; }
