body {
  background-color:#88ccff;
  color:#191970;
  font-family:Arial, Verdana, sans-serif;
  /*
   background-image: url(../../content/images/800px-rio_beach.jpg);
   background-repeat : no-repeat;
   */
  }

.wrapper {
  margin-left: auto;
  margin-right: auto;
  width:80%;
  background-color:#FFFFCC;
  }

h1 {
  background-color:#298029;
  color:#E6E6FA;
  line-height: 200%;
  font-family:Georgia, "Times New Roman", serif;
  }

h2 {
  background-color:#AED4AE;
  color:#191970;
  font-family:Georgia, "Times New Roman", serif;
  text-align: center;
  }

p {
  font-size:.90em;
  text-indent: 3em;
  }

ul { font-weight:bold; }

/* nav as a class style to be used within a div element.
  Used in the home (index) and services pages. */

.nav {
  font-weight: bold;
  font-size: 1.25em;
  }

.nav a:link { color: #884400; }

.nav a:visited { color: #ff0000; }

.nav a:hover { color: #008800; }

/* style for nav HTML elements.  Used in the contact page. */

nav {
  font-weight: bold;
  font-size: 1.25em;
  }

nav a:link { color: #884400; }

nav a:visited { color: #ff0000; }

nav a:hover { color: #008800; }

.feature { color: #ff0000; }

.footer { color: #333333;
  font-size: .75em;
  font-style: italic;
}

.companyname {
  font-weight: bold;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25em;
 }
