/* style sheet for Designs by Suzanne pages */

/* style for BODY font */
BODY {
 font-family: "Times New Roman", serif;
}

/* style for the click reminder message */
SPAN.Click {
  background-color: lightgreen;
  border: 1px solid;
}

/* style for the wholesale message on a Virtual Show page */
SPAN.W-S {
  background-color: yellow;
  border: 4px dashed blue;
  padding: 4px;
  font-weight: bold;
  display: table;
  font-size: 1.375em;
}

/* style for the price on a Virtual Show page */
SPAN.Price {
  background-color: yellow;
  border: 2px dashed blue;
  line-height: 150%;
}

