﻿body,html {
  background: url(background.jpg);
  background-repeat: repeat;
  background-color: #371816;
  background-attachment: fixed;
  font-weight: normal;
  font-family: miriam,tahoma,verdana,arial;
  font-size: 12pt;
  color: #a28a87;
  scrollbar-face-color:#AAAEA8;
  scrollbar-highlight-color:#6B6E68;
  scrollbar-3dlight-color:#000000;
  scrollbar-darkshadow-color:#000000;
  scrollbar-shadow-color:#808080;
  scrollbar-arrow-color:#000000;
  scrollbar-track-color:#000000;
}

a {
  color: #c68982;
  text-decoration: underline;
  border-color: #c68982;
}
a:hover {
  color: #774A46;
  text-decoration: underline;
  border-color: #774A46;
}
a:visited {
  color: #774A46;
  text-decoration: underline;
  border-color: #774A46;
}