/* Smush of CSS from ILRT, Rudolf, W3C REC, Gnumeric home page */

body, th,td, p, blockquote, ol,ul,li,dl,dt,dd, h1,h2,h3,h4,h5,h6 { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
  margin: 2em 1em 2em 1em;
  color: #000085;
  background: white;
}

th {
  color: #880000; background: white; 
}

h1, h2, h3, h4, h5, h6 { 
  text-align: left; 
  font-weight: bold;
  color: #880000; 
  background: white; 
}

h1 { font-size: 120%; }
h2 { font-size: 110%; }
h3 { font-size: 90%; }
h4 { font-size: 80%; }
h5 { font-size: 70%; }
h6 { font-size: 60%; }

pre {
  margin-left: 2em }

pre, code, tt {
  font-size: 100%;
  font-family: Courier, monospace;
  }

@media screen {
  a:hover {
    color: #880000;
    background: #ffa 
  } 
}

