/*
* {
  font-family: Verdana, Geneva, sans-serif
}
*/

p {
  font-family: Verdana, Geneva, sans-serif;
  line-height: 1.3;
/*  margin-bottom: 3px*/
}

li {
  font-family: Verdana, Geneva, sans-serif;
  line-height: 1.3;
}

h1 {
  font-family: Verdana, Geneva, sans-serif;
  color: seagreen
}

h2 {
  font-family: Verdana, Geneva, sans-serif;
  color: seagreen
}

pre {
  font-family: "Courier New", Courier, monospace
}

code {
  font-family: "Courier New", Courier, monospace
}

table {
  table-layout: fixed;
  width: 90%;
  border-collapse: collapse;
  border: 3px solid;
}

th {
  background-color: darkseagreen;
}

td {
  border: 1px solid;
  padding: 5px;
  line-height: 1.3;
}

tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

tbody tr:nth-child(even) {
  background-color: #e8e8e8;
}
