/*
This section handles the general settings for basic elements of the sites layout.
*/

body {
  background-color:#FFFFFF;
  margin:0px;
}

body, td, th { font-size:0.8em; }

a img { border:none; }

a:link {
  font-family:"Verdana";
  font-size:1.0em;
  color:#464646;
  font-weight:bold;
  text-decoration:none;
}

a:visited {
  font-family:"Verdana";
  font-size:1.0em;
  color:#464646;
  font-weight:bold;
  text-decoration:none;
}

a:focus {
  font-family:"Verdana";
  font-size:1.0em;
  color:#464646;
  font-weight:bold;
  text-decoration:none;
}

a:hover {
  font-family:"Verdana";
  font-size:1.0em;
  color:#f91f84;
  font-weight:bold;
  text-decoration:none;
}

a:active {
  font-family:"Verdana";
  font-size:1.0em;
  color:#464646;
  font-weight:bold;
  text-decoration:none;
}

/*
This section handles the styling of often used individual site elements.
*/

.submenuactive {
  color:#F91F84;
  font-family:"Verdana";
  font-size:1.0em;
  font-weight:bold;
  text-decoration:none;
}

.contenttext {
  font-family:"Verdana";
  color:#343434;
}

.marietext {
  font-family:"Verdana";
  font-size:1.0em;
  color:#F91F84;
  font-weight:bold;
}

.testiculestext {
  font-family:"Verdana";
  font-size:1.0em;
  color:#343434;
  font-weight:bold;
}

/*
This section handles the styling of the guestbook.
*/

.entrybasic
{
  font-family:"Verdana";
  color:#343434;
  border-width:1px;
  border-color:#343434;
  border-style:solid;
  padding:3px;
  border-spacing:0px;
}

.entryinfo
{
  background-color:#E4B38B;
}

.entrytext
{
  background-color:#FDF9F7;
}

.entrycontact
{
  background-color:#F5DBCC;
}

.formbasic
{
  font-family:"Verdana";
  color:#343434;
  border-width:1px;
  border-color:#D5D5D5;
  border-style:solid;
  padding:8px;
  border-spacing:2px;
}

.forminputfields
{
  background-color:#FDF9F7;
  border-width:2px;
  border-style:solid;
  border-color:#F91F84;
}

.formsubmitbutton
{
  background-color:#E4B38B;
  color:#000000;
  border-width:2px;
  border-style:solid;
  border-color:#F91F84;
}