html {
  background-color: #eeeeee;
}

body {
  max-width: 960px;
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 50px;
  padding-bottom: 30px;
  padding-left: 50px;
  color: #000;
  font-family: Georgia, Helvetica, Arial, Verdana, san-serif, Times;
  text-align: left; /* for IE */
  background-color: #ffffff;
}
p.link {
  margin: 2px 0;
}
table.table-other tr td {
  padding-bottom: 12px;
}
table.table-other tr div {
  margin-top: 5px;
}
table.table-openCV tr td {
  padding-bottom: 12px;
}
table.table-openCV tr div {
  margin-top: 5px;
}
p.link-first {
  margin-bottom: 0;
}
td > h3 {
  margin: 0;
  padding-bottom: 10px;
}
table {
  background-color: #ffffff;
}

a,
a:link,
a:visited {
  color: #1f82a9;
  text-decoration: underline;
  background: transparent;
  background-color: underline;
  cursor: pointer;
}
a:hover {
  color: #006699;
  text-decoration: underline;
  background: inherit;
}

img {
  border: 0;
}

h1,
h2,
h3,
h4 {
  font-family: Georgia, Helvetica, Arial, Verdana, san-serif, Times;
}

p {
  font-size: 15;
}
