/* Smush of CSS from ILRT, Rudolf, W3C REC, Gnumeric home page */

body {
  margin: 2em 1em 2em 1em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000085;
  background: white;
}

/* NS 4 needs this */
th, td, p, ol, ul, li, dl, dt, blockquote { font-family: Verdana, Arial, Helvetica, sans-serif; }

h1, h2, h3, h4 { text-align: left; color: #880000; }

h1 { font-weight: normal; font-size: 200%; font-family: Verdana, Arial, Helvetica, sans-serif; }
h2 { font-weight: 600; text-transform: capitalize; font-size: 120%; font-family: Verdana, Arial, Helvetica, sans-serif; }
h3 { font-weight: normal; font-size: 110%; font-family: Verdana, Arial, Helvetica, sans-serif; }
h4 { font-weight: bold; font-size: 100%; font-family: Verdana, Arial, Helvetica, sans-serif; }


pre { margin-left: 2em }

/* NS 4 needs this */
pre, code { font-size: 100%; font-family: Courier, monospace; }

tt { font-size: 100%; font-family: Courier, monospace; }


@media screen {  /* hide from IE3 */
  a:hover { background: #ffa } 
}

