@import url(layout.css);
@import url(navigation.css);
@import url(color.css);

body {
  margin: 0px;
  font-family: Helvetica, sans-serif, Arial, Geneva, 'Lucida Grande', Verdana, Helvetica, sans-serif;
  font-size: 13px;
}

h1, h2, h3, h4 { margin: 0px; }
h1 { font-size: 140%; }
h2 { font-size: 125%; }
h3 { font-size: 110%; }
h4 { font-size: 105%; }
h5 { font-size: 100%; }

img { border: 0px; }

a:link { text-decoration: none; color: #5C4033; }
a:visited { text-decoration: none; color: #5C4033; }
a:hover { text-decoration: underline; color: #5C4033; }
a:active { text-decoration: none; color: #5C4033; }

@media print {
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
}