* {
  font-family: Arial, Helvetica, sans-serif;
}
.punchBox {
  font-family: Verdana, mono;
  font-size: 10px;
  font-style: normal;
  line-height: 16pt;
  font-weight: normal;
  font-variant: normal;
  background-color: #fc0;
  border: 1px solid black;
  padding: 1em;
}
.bigDegree {
  font-size: 14px;
}

.homequotes {
  font-family: "Courier New", Courier, mono;
  font-size: 12px;
  font-style: normal;
  line-height: 16pt;
  font-weight: normal;
  font-variant: normal;
  color: #000000
}
h3 {
}
h4 {
  margin: 2px;
  padding: 0px;
  border: 0px;
}
p {
  font-size: small;
}
li {
  font-size: small;
}

.box {  /* a simple box around a div */
  border: 1px solid red;
}
.boxfill {  /* fill the background of the box */
  /*background-color: #fc0;*/
  padding: 6px;
  border: solid #fc0 1px;
  margin: 8px;
  /*text-align: center;*/
  line-height: 14pt;
  font-size: 10pt;
}

/* a testimonial */
.quote {
  font-size: 110%;
}
.quote:before, .quote:after {
  content: '"';
  font-size: 150%;
  color: #f00;
}

/* a testimonial signature */
.sigRight:before {
  content: '- ';
}
.sigRight {
  text-align: right;
  font-style: italic;
  color: #555;
}

.buyButton {  /* button that starts a sale */
  border: 5px;
  align: center;
}

.buyDesc {   /* verbose (multi-line) description of item being bought */
  font-size: x-small;
  margin-left: 5px;
}
.listSpacey li {
  margin-bottom: 15px;
}
.listClose li {
  margin-bottom: 8px;
}

.strongOnYellow {
  font-weight: bold;
  color: red;
  font-size: 11px;
}

.divIndentSecond p {	/* in para's in this div, indent second line (hanging indent) */
  text-indent: -1em;
  padding-left: 1em;
}

.standOut, .standOut * {
  font-family: monospace;
}

.hilit {
  font-weight:bold;
  color: rgb(50,50,200);
  font-size: 160%;
}

.spacer {
  background: yellow;
  border: solid 2px white;
}

.center {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.listPushLeft {
  margin-left: -1.5em;
  list-style-type: square;
}
.pushRight {
  margin-left: 1em;
}


/* STARBURST */
.starburst {
  font: 1.4em/1.4 '', verdana mono, serif;
  background: red;
  width: 4.0em;
  height: 4.0em;
  text-align: center;
  color: #fc0;
}

.starburst,
.starburst span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.starburst span {
  width: 100%;
  height: 100%;
  background: inherit;
  transform: rotate(45deg);
}

.starburst:before,
.starburst:after ,
.starburst span:before,
.starburst span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: -1;
  transform: rotate(30deg);
}

.starburst:after {
  transform: rotate(-30deg);
}

.starburst span:after {
  transform: rotate(30deg);
}
.starburst span:before {
  transform: rotate(-30deg);
}

.example {
    position: absolute;
    float: right;
    margin-top: -3.5em;
    margin-left: 23em;
    z-index: 100;
    top: 6em;
}


