/* Style Sheet for Apple Hints pages, Stefan Mueller 2007. Based on 
James Wookey's meftlg.css, and on W3C CSS (see notice below) */

/*
   Copyright 1997-2003 W3C (MIT, ERCIM, Keio). All Rights Reserved.
   The following software licensing rules apply:
   http://www.w3.org/Consortium/Legal/copyright-software */

/* $Id: base.css,v 1.24 2003/04/17 13:56:40 bbos Exp $ */

body {
  padding: 2em 1em 2em 20px;
  margin: 0;
  font-family: "Book Antiqua", "Bookman Old Style", Centaur, "Century Gothic", "Old English Text MT", "sans-serif";
  color: black;
  background: white;
  background-position: center;
  background-image:url(../images/Logo_background.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
}

th, td { /* ns 4 */
  font-family: "Book Antiqua", "Bookman Old Style", Centaur, "Century Gothic", "Old English Text MT", font-weight: bold; sans-serif; 
  font-size: 18px;
}



h1, h2, h3, h4, h5, h6 { text-align: left }
/* background should be transparent, but WebTV has a bug */
h1, h2, h3 { color: #BF0000; background: white }
h1 { font: 170% sans-serif }
h2 { font: 140% sans-serif }
h3 { font: 120% sans-serif }
h4 { font: bold 100% sans-serif }
h5 { font: italic 100% sans-serif }
h6 { font: small-caps 100% sans-serif }

