html {
  font-family: Verdana, Geneva, 'Bitstream Vera Sans', sans-serif;
}

h1,
h2,
h3,
h4 {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, Verdana, 'Bitstream Vera Sans', sans-serif;
}

body {
  background-color: #ffffff;
}

html,
#aside {
  background: #dfdfdf url(gradient.png) repeat-x top center fixed;
  color: #000000;
}

#header,
#footer {
  border-style: solid;
  border-color: #dfdfdf;
  border-width: 0;
}

#header {
  border-bottom-width: 1px;
}

#footer {
  border-top-width: 1px;
}

tt,
code,
pre {
  background: #dfdfdf;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:link,
h2 a:link,
h3 a:link,
h4 a:link,
h5 a:link,
h6 a:link,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: #000000;
}

a:link {
  color: #000000;
}

a:visited {
  color: #000000;
}

a:hover {
  color: #000000;
}

a:active {
  color: #f0f0ff;
}

.subtle {
  color: #000000;
}