
BODY {
  font-family: "Times New Roman", Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
  color: #000000;
}

P { 
  font-family: "Times New Roman", Arial, Helvetica, Geneva, sans-serif;
  font-size: 20px;
  margin-left: 20px;
  margin-right: 50px;
}

H1 { 
  font-size: 16px; 
}

H2 { 
  margin-bottom: 0; font-size: 14px; 
}

H2.inline { 
  margin-bottom: 0; display: inline; font-size: 14px; 
}

H3 { 
  margin-bottom: 0; display: inline; font-size: 12px; 
}

.silverfont {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 16px;
  color: #c0c0c0;
  font-weight: 800;
}

.silvernav {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
  color: #c0c0c0;
  font-weight: 600;
  text-decoration: none;
}

.silvernav:hover {
  color: #ffd700;
  /*255,215,0*/
  text-decoration: underline;
}

.silversml {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 11px;
  color: #c0c0c0;
}

.black {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 14px;
  color: #000000;
}

/* Storefront left nav text links */
.navbox { 
   font-size: 14px; /*readability for the links*/
   font-family: Arial, Tahoma, Verdana, Helvetica, Geneva, sans-serif;
   font-weight: 600;
   color: #ffffff;
   text-decoration: none;
   background: transparent;
   /*border-color: #ffffff; or, in shorthand, the three*/
   /*border-style: groove; border-properties would read:*/
   /*border-width: 2px; border: 2px groove #FF6633;*/
   padding: 1px;
   margin: 2px;
}
