

A:link { color: #669900 }       /* unvisited link PikoGreen*/
A:visited { color: #66cc00 }   /* visited links PikoSilver*/
A:active { color: #cccccc}    /* active links PikoSilver*/

/* Make all body text black-colored 10-point Franklin Gothic Medium
   If user doesn't have Trebuchet, use Trebuchet MS, Californian FB.
   with 18-point vertical spacing between lines of text
   and 10-point margins. Use parchmnt.gif as the background.
*/
BODY  {
      font-size: 10pt;
      font-family: "Trebuchet" "Trebuchet MS" "Californian FB" "Arial";
      color: black;
      background: url(Pics/PikoBackground.jpg);
      background-repeat: no-repeat;
      background-position: center 130;
      line-height: 15pt;
      margin-left: 10pt;
      margin-right: 10pt;
      scrollbar-face-color: #669900;
      scrollbar-arrow-color: #CCCCCC;
      scrollbar-highlight-color: #CCCCCC;
      scrollbar-3dlight-color: #669900;
      scrollbar-shadow-color: #CCCCCC;
      scrollbar-darkshadow-color: #669900;
      scrollbar-track-color: #669900;
      scrollbar-base-color: #669900;
      }
      
TABLE {
      font-size: 10pt;
      font-family: "Trebuchet" "Trebuchet MS" "Californian FB" "Arial";
      color: black;
      line-height: 15pt;
      margin-left: 10pt;
      margin-right: 10pt;
      }


/*List Formatting*/

ul
      {
      list-style: none;
      margin: 40;
      padding: 0;
      }

li
      {
      background-image: url(Pics/PikoBabyBullet.gif);
      background-repeat: no-repeat;
      background-position: 0 2;
      line-height: 10pt;
      padding: 2px 0 3px 20px;
      margin: .4em 0;
      }

.iconlist
      {
      list-style: none;
      margin: 40;
      padding: 0;
      }

li.PikoBabyBullet
      {
      background-image: url(Pics/PikoBabyBullet.gif);
      background-repeat: no-repeat;
      background-position: 0 2;
      line-height: 10pt;
      padding: 3px 0 3px 20px;
      margin: .4em 0;
      }


/* Indent paragraphs */
P {margin-left: 24pt;
   margin-right: 24pt;}


p.1 {font: 12pt "Trebuchet MS" "Californian FB" "Arial Black";
    font-weight: bold;
    font-style: italic;
    color: #669900}


p:em {font: 12pt "Trebuchet MS" "Californian FB" "Arial Black";
    font-weight: bold;
    font-style: italic;
    color: #66cc00}


/* Make headings Trebuchet bold with generous line spacing.
   If user doesn't have Trebuchet, use Californian FB or Arial Black.
*/

/*Page and section Headings*/

H1 {font: 25pt "Trebuchet MS" "Californian FB" "Arial Black";
    font-weight: bold;
    font-style: italic;
    color: #669900}

/*Product Headings - Shop pages*/

H2 {font: 15pt "Trebuchet MS" "Californian FB" "Arial Black";
    font-weight: bold;
    font-style: italic;
    font-align: center;
    font-color: #66cc00}

/*Product price*/
H3 {font: 12pt "Trebuchet MS" "Californian FB" "Arial Black";
    font-weight: bold;
    color: #669900}
    text-align: left

/*Heading Formats on Welcome page*/

H4 {font: 15pt "Californian FB" "Trebuchet MS" "Arial Black";
    font-style: italic;
    font-align: center;
    color: #66cc00}
    text-align: center


H5 {font: 13pt "Californian FB" "Trebuchet MS" "Arial Black";
    font-style: italic;
    color: #66cc00}
    text-align: left


H6 {font: 10pt "Californian FB" "Trebuchet MS" "Arial Black";
    font-style: italic;
    color: #66cc00}
    text-align: center
    color: #66cc00}


/* Form Style */

div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 20%;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 78%;
  text-align: left;
  size: 150
  }

div.row span.submit {
  float: right;
  width: 78%;
  text-align: left;
  size: 30
  }

div.row span.clear {
  float: right;
  width: 78%;
  text-align: left;
  size: 30
  }


