@import "reset.css";

/* LAYOUT */

button {
  border: none;
  margin-bottom: 5px;
}

#doc {
  width: 100%;
  margin: 0 auto;
  min-width: 800px; /* optional but recommended */
  position: relative;
  text-align: left; /* leave unchanged */
}

/* FONT */

/*
@font-face {
  font-family: "chops";
  src: url(chops.ttf) format("truetype");
}
*/

a {
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
}

a:hover {
  text-decoration: underline;
}

button {
  font-family: times;
  font-style: italic;
  font-size: 12px;
}

/* COLOR */

body {
  /* background: url(images/bgfade.png) repeat-x top; */
  /* background: url(images/bkg.jpg) no-repeat center; */
}

a {
  color: #660022;
}

h1,h2,h3 {
  color: #660022;
}

