/* CSS Style Sheet for Mary Girven's Melton Genealogy Website */
body {
  background-color: #CCCCCC;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 1px;
  margin-right: 1px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-style: normal;
  font-size: x-small;
  color: #000000;
}
a:link {
  color: #603814;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-decoration: none;
}
a:visited {
  color: #603814;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-decoration: none;
}
a:active {
  color: #603814;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-decoration: none;
}
a:hover {
  color: #603814;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-decoration: underline;
}
br.breakhere {page-break-before: always}
form {
  margin : 0;
  padding : 0;
}
table {
  border-collapse : collapse;
  border-spacing : 0;
}
tr {
  margin: 0;
  padding: 0;
}
td {
  margin: 0;
/*  font-size: small; */
/*  vertical-align: top; */
}
th {
  color: #603814;
  font-family: Verdana,Arial,serif;
  font-weight: bold;
/*  font-size: x-small; */
/*  padding: 1px 3px 1px 3px; */
/*  border-bottom: 2px solid #003399; */
/*  vertical-align: top; */
}
