/*
 * Style Sheet for St. Stephen's Episcopal Church.
 * (West Valley City, Utah) <http://www.ststephenswvc.org>
 * Copyright 2006 D. E. Evans
 * $Id: ststep.css,v 1.4 2006/05/11 15:06:13 sinuhe Exp $
 */

body {
  font-family: helvetica, sans-serif;
  color: #000000;
  background-color: white;
  margin-left: 7%;
  margin-right: 7%;
}
    
a:link {
  color: #2d5a4b;
  background-color: white;
  text-decoration: underline;
}
 
a:visited {
  color: #2d5a4b;
  background-color: white;
  text-decoration: none;
}

a:hover {
  margin-top: 0px;
  margin-bottom: 0px;
  text-decoration: underline;
}

.bold {
  font-weight: bold;
  font-size: 10pt;
  color: #2d5a4b;
  background-color: white;
}

.centre {
  text-align: center;
}

.italic {
  font-style: italic;
  font-size: 10pt
}

dt, dd {
  font-size: 10pt;
}

em, i {
  background-color: white;
  color: #000000;
}

img {
  border: 0;
}

img.button {
  border: 0;
  float: left;
}

h1 {
  color: #2d5a4b;
  background-color: white;
  font-size: 25px;
}

h2 {
  color: #2d5a4b;
  background-color: white;
  font-size: 18pt;
}

h3 {
  color: #2d5a4b;
  background-color: white;
  font-size: 16pt;
}

h4 {
  color: #2d5a4b;
  background-color: white;
  font-size: 14pt;
}

h5 {
  color: #2d5a4b;
  background-color: white;
  font-size: 12pt;
}

h6 {
  color: #2d5a4b;
  background-color: white;
  font-size: 10pt;
}

li {
  font-size: 10pt;
}

p {
  font-size: 10pt;
}

pre {
  font-size: 8pt;
}

pre.index {
  background-color: white;
  color: #000066;
  font-size: 8pt; 
}

/* Copyright Styles */
div.copyright {
  font-size: 8pt; 
  border-top: 2px solid;
  border-top-width: thin;
  padding: 4px;
  background-color: #2d5a4b;
  color: white;
}

a.copyright:link, A.copyright:visited {
  background-color: #2d5a4b;
  color: white;
  text-decoration: underline;
}

/* Navigation Menu Style */
div.nav {
  border-left: thin solid;
  border-bottom: thin solid;
  border-color: #000066;
  text-align: left;
  float: right;
  padding: 4px;
  font-size: 10pt;
}

