/**************** html elements *****************/

/******************* general ********************/
body {
  background-color: #ffffff;
  margin: 1px;
  padding: 0px;
}
h1, h2, h3, h4, h5 {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 3px;
  margin-top: 3px;
}
h2 {
  font-size: 22px;
  padding: 5px 0px;
}
h3 {
  font-size: 15px;
}
div,
p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

/******************** anchor ********************/
a, a:visited {
  background-color: transparent;
  color: #990066;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  background-color: #990066;
  color: #ffffff;
}

/******************** image *********************/
img {
  border: none;
}

/******************** lists *********************/
ul {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding-left: 40px;
}

/******************** table *********************/
table {
  border: 1px solid #eeeeee;
  border-collapse: collapse;
}
table tr:nth-child(odd) {
  background-color: #b42423;
  background-color: #ffffff;
}
table tr:nth-child(even) {
  background-color: inherit;
  background-color: #eeeeee;
}
table tr td,
table tr th {
  padding: 2px 5px;
}
