/** BASIC **/
body {
	margin: 0px;
	padding: 0px;
	background: #3B092F;
    font-family: Verdana;
    color: #000000;
}

/** FORMS **/
form {
	margin: 0px;
	padding: 0px;
}

/** LINKS **/
a:link {
/*color: #008000*/
color:#FFFFFF;
}

a:visited {
/*color: #804040*/
color:#7D7D7D;
}

a:hover {
color: #80FF00
}

a:active {
color: #808080
}

p.tagline {
font-family: Verdana;
font-size: 32px;
color: #B08EB0
}

.tagline_sm {
font-family: Verdana;
font-size: 14px;
color: #B08EB0
}

.linksBG {
background-image: url('http://sparkplugcreations.org/images/sc_link_bg01.jpg');
background-repeat: no-repeat;
height: 32px;
width: 640px;
font-family: Verdana;
font-size: 14px;
}

.textBox02 {
 
 border: 4px groove #99CD00;
 font: 10px Arial, Helvetica, sans-serif; color: #000000;
 text-align: left;
 width:120px; height:22px;
}

.textBox01 {
  background-image: url('http://sparkplugcreations.org/images/textField_bg02.gif');
  background-repeat: repeat-x;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ffffff;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #ffffff;
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: -moz-use-text-color;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: -moz-use-text-color;
  font-size: 18px;
  font-family: arial,helvetica,sans-serif;
  padding-top: 2px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 2px;
  height: 22px;
}
