a.nav
  {
  margin-left: 15px;
  margin-right: 15px;
  }

a:link, a:active, a:visited
  {
  font-weight: bold;
  color: navy;
  }
  
a:hover
  {
  color: lightslategray;
  }

body.index
  {
  margin: 0px;
  background: aliceblue;
  }

body, table
  {
  font-family: verdana;
  font-size: 8pt;
  }

h1
  {
  color: navy;
  font-family: arial;
  font-size: 20pt;
  font-style: italic;
  border-bottom: 2pt navy solid;
  }

h2
  {
  color: navy;
  font-family: arial;
  font-size: 20pt;
  font-style: italic;
  font-weight: normal;
  }

hr
  {
  color: navy;
  height: 2pt;
  }

img
  {
  border: 0px;
  }

p.headerCompanyName
  {
  font-family: "Times New Roman";
  font-weight: bold;
  font-size: 40px;
  color: peru;
  text-align: right;
  margin: 0px;
  padding: 0px;
  position: relative; left: -10px; top: 3px;
  }

p.headerCompanySlogan
  {
  font-family: Arial;
  font-size: 20px;
  font-style: italic;
  color: ghostwhite;
  text-align: right;
  margin: 0px;
  padding: 0px;
  position: relative; left: -8px; top: -5px;
  }

th
  {
  text-align: right;
  vertical-align: top;
  font-weight: bold;
  }

.lightborder
  {
  border: 1pt #aaa solid;
  }
  
.big
  {
  font-size: 10pt;
  }

.sunday
{
  font-family: "Times New Roman", Georgia, Garamond;
  font-size: 20pt;
  font-style: italic;
  text-align: center;
  vertical-align: middle;
  padding: 8%;
}

