html {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Times New Roman", times, serif;
  font-size: 12pt
  margin:0;
  padding:0;
  background-color: #8F9981;
  background-repeat: repeat;
  background-attachment: scroll;
  background-image: url('http://www.stnicholasar.org/images/light_green.jpg')
}

/* hyperlinks */
a:link     {color: #c00000}
a:visited  {color: #c00000}
a:hover    {text-decoration:none}
a:active   {color: #c00000}

/* main page heading */
h1 {
  color: #ffffff;        /* white */
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  margin-top: 1em}

h4 {
  font-size: 1em;
  font-weight: bold}

p {font-size: 1em;}

p.body {
  text-align: justify;
  text-indent: 16px}
  
p.copyright {
  text-align: center;
  font-weight: bold;
  font-size: smaller}

p.banner {
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  color: #c00000}

p.credit {
  text-align: right;
  font-weight: medium;
  font-size: smaller;
  margin-bottom: 0.5em}

/* navigation links on left side */
p.nav {
  font-size: 9pt;
  font-weight: bold;
  text-align: right;
  margin-top:5;
  margin-bottom:5;
  }

/* set link style for nav bar */
#nav a:link     {color: #c0c0c0}
#nav a:visited  {color: #c0c0c0}
#nav a:hover    {text-decoration:none}
#nav a:active   {color: #c0c0c0}

#nav {
  width: 174px;
  padding: 5px;
  font-size: 9pt;
  font-weight: bold;
  text-align: right;
}

#center {text-align: center}

/* move counter to bottom of page */
#counter {
  width: 174px;
  padding: 5px;
  margin-top: 100;
  font-size: 9pt;
  font-weight: bold;
  text-align: right;
  /*  height: 100%; position: relative; top: 100px; */

}

/* set link style for nav bar */
#counter a:link     {color: #c0c0c0}
#counter a:visited  {color: #c0c0c0}
#counter a:hover    {text-decoration:none}
#counter a:active   {color: #c0c0c0}


hr {
  color: #C00000;
  background-color: #c00000;
  noshade: noshade;
  noshade: solid;
  shade: solid;
  border-style: solid;
  border-width: 0px;
  width: 75%;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

ul {
  list-style-type: disc;
  text-align: justify;
  text-indent: 0px;
  line-height: 100%;
}

#silver {color: #c0c0c0}

/* address on header */
.subhead {
  color: #c0c0c0;
  font-weight: bold;
  text-align:center}

.title {text-transform: uppercase}