article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display:block;
}

html {
  font-family: georgia,arial,helvetica,sans-serif;
  background-color: white;
}

td {
  padding: 10px;
  vertical-align: top;
}
body {
  border: 1px solid ;
  max-width: 680px;
  color: #696969;
  background-color: white;
  background: url('/static/images/stjamestp.gif') 0px 20px no-repeat;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius:10px;
}
main {
  margin-left: 150px;
  margin-right: 20px;
}

a:link {
  color: #cc3300;
  text-decoration: none;
}
a:visited {
  color: #cc3300;
  text-decoration: none;
}
a:hover {
  color: #cc3300;
  text-decoration: underline;
}
li a:link {
  color: #666666;
  text-decoration: none;
}
li a:visited {
  color: #666666;
  text-decoration: none;
}
li a:hover {
  color: #666666;
  text-decoration: underline;
}



