body, td {
  font-family: Arial, Geneva, Helvetica, sans-serif;
  font-size: 12px;
  background-color: rgb(238,238,238);
  color: rgb(0,0,0);
}

.content {
  margin:20px;
  padding:20px;
  border-width:1px;
  border-style:solid;
  border-color:navy;
}

.header {
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  margin: 10px;
}

.footer {
  font-size: 9px;
  color: rgb(200,200,200);
  text-align: center;
  background-color: transparent;
  empty-cells : hide;
}

img {
  border-style:none;
}

img.imgspace {
  border-style:none;
  margin : 10px;
}

.icons {
  border-style:none;
  text-align: right;
}

ul.links {
  list-style:none;
  margin: 0;
  line-height: 150%;
}

a {
  text-decoration: none;
  color: navy;
  font-weight: bold;
  background-color: transparent;
}

dt {
 font-weight: bold;
}

a:hover {
  text-decoration: underline;
  font-weight: bold;
  color: rgb(255,200,0);
  background-color: transparent;
}


div.hr {
  border-bottom-color: rgb(0,0,0);
  border-bottom-width: 2px;
  width: 95%;
  border-bottom-style : solid;
  padding: 0px;
  margin: 0px;
  font-size: 0px;
  left: 2%;
  position: relative;
}

small {
  font-size: 10px;
}
