body {
  margin: 1em;
  font-family: "Trebuchet MS";
  color: black;
  background: #fff;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

p,li,a,td,th { font-family: "Trebuchet MS"; font-size: 12px; }

:link    { color: #00C; background: transparent; }
:visited { color: #609; background: transparent; }
:active  { color: #C00; background: transparent; }

h1 { 
  font-size: 30px; 
  text-align: center; 
  background: #c2c2c2; 
  border: 1px solid black;
}
h2 { 
  font-size: 20px; 
  background: url(bg.png); 
  padding-left: 20px; 
  border: 1px solid black;
}
h3 { font-size: 16px; }
h4 { font-size: 100%;  }
h5 { font: italic 100%; }
h6 { font: small-caps 100%; }

img { border: none; }

