/* Funtastic Inflatables, LLC Style Sheet */

/* Basic Styling */

body {
 font-family: arial, sans-serif;
 color: #000000;
 padding:0px;
 margin:0px;
}

#main_body {
  background: #005300;
  text-align: center;}

a {
 font-family: arial, sans-serif;
 color: #A43E87;
 text-decoration: none;}

a:hover {
 font-family: arial, sans-serif;
 color: #BE68A5;
 text-decoration: none;}

table {
 border-collapse: collapse;}

td, input, div, textarea, select {
 font-family: arial, sans-serif;
 color: #000000;}

image {
 border: 0;}

.page_header {
 color: #870561;
 font-size: 18px;
 font-weight: bold;}

.copyright {
 color: #c0c0c0;
 font-size: 9px;
 font-weight: normal;}

#feat_prods .header {
 background-color: #A63284;
 color: white;
 font-weight: bold;
 text-align: center;
 padding: 4px;}

#feat_prods td {
 padding: 3px;
 border: 1pt solid black; }

.question {
 font-weight: bold;
 color: #A63284;
 padding-top: 10px;}

.answer {
 padding-left: 10px;
}
/* End Basic Styling */

