a.nav:link{
   color: purple;
   text-decoration: none;
}
a.nav:visited{
   color: purple;
   text-decoration: none;
}
a.nav:hover{
   color: purple;
   font-weight: bolder;
   text-decoration: underline;
}
a.nav:active{
   
}
body {
   font-size: 2em;
   font-weight: bold;
}
body.main {
   background-color: #cdb5cd;
   font-size: 2em;
   font-weight: bold;
}
body.about {
   background-color: #cdb5cd;
   font-size: 2em;
   font-weight: bold;
}
body.services {
   background-color: #cdb5cd;
   font-size: 2em;
   font-weight: bold;
}
body.faq {
   background-color: #cdb5cd;
   font-size: 2em;
   font-weight: bold;
}
body.contact {
   background-color: #cdb5cd;
   font-size: 2em;
   font-weight: bold;
}
div.inner {
   margin: 26px;
}
div.footer {
   font-size: 30px;
   font-weight: bolder;
   text-align: center;
}
h1 {
   font-size: 2em;
   font-style: italic;
}
h2 {
   display: block;
   font-size: 1.5em;
   font-style: italic;
}
h2.help {
   display: block;
   cursor: help;
   font-size: 1.5em;
   font-style: italic;
}
p {
   display: block;
   font-size: 1.5em;
   font-weight: normal;
   letter-spacing: 0;
   word-spacing: 0;
   line-height: 1;
}
img.floatLeft {
   float: left;
   margin-right: 20px;
   border-style: ridge;
   border-width: 5px;
   border-color: #b8860b;
}
img.floatRight {
   float: right;
   margin-left: 20px;
   border-style: ridge;
   border-width: 5px;
   border-color: #b8860b;
}
img.block {
   display: block;
   margin: 10px;
   border-style: ridge;
   border-width: 5px;
   border-color: #b8860b;
}
img.pic {
   margin: 10px;
   border-style: ridge;
   border-width: 5px;
   border-color: #b8860b;
}
table.info {
   font-size: 1.22em;
   border-style: outset;
   border-width: 4px;
   background-color: #a1a1d8;
}
.info td {
   text-align: center;
   background-color: #fff5ee;
   border-style: inset;
   border-width: 1px;
}
th.title {
   font-size: 1.22em;
   color: white;
   text-align: center;
   border-style: none;
}
th.head {
   text-align: center;
   background-color: #ffffaa;
   border-style: inset;
   border-width: 1px;
}
td.title {
   background-color: #ffffff;
   border: solid 0 #000;
   border-bottom-width:2px;
}
td.main {
   background-color: #cdb5cd;
   border-style: outset;
   border-width: 2px;
   border-color: #888888;
}
td.mainButton {
   border-style: none;
}
td.about {
   border-style: outset;
   border-width: 2px;
   border-color: #888888;
}
td.aboutButton {
   border-style: none;
}
td.services {
   border-style: outset;
   border-width: 2px;
   border-color: #888888;
}
td.servicesButton {
   border-style: none;
}
td.faq {
   border-style: outset;
   border-width: 2px;
   border-color: #888888;
}
td.faqButton {
   border-style: none;
}
td.contact {
   border-style: outset;
   border-width: 2px;
   border-color: #888888;
}
td.contactButton {
   border-style: none;
}
i {
   font-style:italic;
}
q {
   font-size:small;
   font-weight: bold;
}
w {font-weight: 900;}
