/* e:\wttf\css\style.css */
body {
  font-family: sans-serif;
  line-height: 1.6;
  margin: 20px;
  background-color: #f1f0f2e2;
  color: #000000; /* text-align: center; */
} 

header h1 a {
  color: #13e8ba; /* #13e8ba; */ 
  text-decoration: none;
  
}

nav a {
  margin-right: 10px;
  /* color: #00ccff;*/
  font-family: "Courier New", Courier, monospace;
  font-variant: small-caps;
  font-size: 1.2em;
}

hr {
  margin: 20px 0;
}

/* Add more styles as you like! */
