a { color: #EEEEEE; }
 a:visited { color:#660000;}
a:hover {color:#FF0000;}
a:focus { color: #FF0000; }


a.speciallink:link { color: #BB0000; }
 a.speciallink:visited { color:#660000;}
a.speciallink:hover {color:#FF0000;}
a.speciallink:focus { color: #FF0000; }


body { 
  background: #260005 url("myrrhmadeweblogoneg1.gif");
  background-repeat: no-repeat;
  background-position: 2% 2%;

font: 16px "Arial", sans-serif;

margin-top: 8em;
  margin-right: 2em;
  margin-bottom: 3em;
  margin-left: 2em; 

color: #3A0000; 

}

h5 { color: #3A0000; } 


/* Jason added this stuff for the contact form: */
td.field, td.right_caption {
     text-align: left;
     vertical-align: bottom;
}
td.caption, td.errorcaption {
     text-align: right;
     vertical-align: top;
}
.caption, td.errorcaption, td.right_caption {
     font-weight: bold;
}
.errorcaption { color: red; }
/* end Jason's stuff for the contact form */

