austen03.css

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: black;
  background: white;
  margin: 0px;
}
table {
  width: 100%;
  margin: 0px;
  border-spacing: 0px;
}
table td {
  padding: 0px;
  border-width: 0;
  vertical-align: top;
}
a:link {
  color: #660000;
}
a:visited {
  color: #990000;
}
h1 {
  font-size: 180%;
  font-weight: bold;
  color: #602020;
  border-bottom: 3px solid #804040;
  padding-bottom: 2px;
}