body {
  color           : #333333;
  background      : #FFFFFF;
  font-family     : Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size       : .8em;
  margin          : 0px 0px 0px 0px;
  padding         : 0px 0px 0px 0px;
}
a:active {
  color           : #000000;
  text-decoration : underline;
}

a:hover {
  color           : #000000;
  text-decoration : underline;
}

a:link {
  color           : #333333;
  text-decoration : underline;
}

a:visited {
  color           : #333333;
  text-decoration : underline;
}

a.logintext:hover {
  color           : #111111;
  background      : transparent;
  font-size       : 9px;
  text-decoration : none;
}

a.logintext:link {
  color           : #FFFFFF;
  background      : transparent;
  font-size       : 9px;
  text-decoration : underline;
}

a.logintext:visited {
  color           : #FFFFFF;
  background      : transparent;
  font-size       : 9px;
  text-decoration : underline;
}

p.homeheader {
  color           : #FFFFFF;
  background      : transparent;
  font-family     : Arial, Helvetica, sans-serif;
  font-size       : 1.2em;
}

.aboutbox {
  color           : #333333;
  background      : #D7EBD7;
  font-family     : Arial, Helvetica, sans-serif;
  font-size       : 1em;
}

.aboutcontent {
  color           : #333333;
  background      : #D7EBD7;
  font-family     : Arial, Helvetica, sans-serif;
  font-size       : 1.2em;
}

.hometext1 {
  color           : #494C49;
  background      : #BFDFBF;
  font-family     : Arial, Helvetica, sans-serif;
  font-size       : 1em;
}

.hometext2 {
  color           : #333333;
  background      : #D7EBD7;
  font-family     : Arial, Helvetica, sans-serif;
  font-size       : 1em;
}

.logintext {
  color           : #FFFFFF;
  background      : #638472;
  font-family     : Arial, Helvetica, sans-serif;
  font-size       : .95em;
}

.addtext1 {
  color           : #333333;
  background      : #D7EBD7;
  font-family     : Arial, Helvetica, sans-serif;
  font-size       : 1em;
}

.addtext2 {
  color           : #333333;
  background      : #D7EBD7;
  font-family     : Arial, Helvetica, sans-serif;
  font-size       : .95em;
}

.contact {
  color           : #333333;
  background      : transparent;
  font-family     : Arial, Helvetica, sans-serif;
  font-size       : 1.2em;
}

.footer {
  color           : #FFFFFF;
  background      : transparent;
  font-family     : Arial, Helvetica, sans-serif;
  font-size       : 10px;
}

.testimonials1 {
  color           : #333333;
  background      : transparent;
  font-family     : Arial, Helvetica, sans-serif;
  font-size       : 1em;
}

.testimonials2 {
  color           : #333333;
  background      : transparent;
  font-family     : Arial, Helvetica, sans-serif;
  font-size       : 10px;
  font-weight     : bold;
}

.error {
  font-weight: bold;
  color: red;
}

.required {
  font-weight: bold;
  color: red;
}

