* {
  font-family: verdana, helvetica, arial, sans-serif;
  color: #65635D;
}
form {
  margin-top: 0;
  margin-bottom: 0;
}
body {
  margin: 0;
  background-color: #EFEFEF;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10pt;
}
td {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10pt;
  color: #65635D;
}
a {
  color: #6B2400;
  text-decoration: none;
}
a:hover {
  color: #6B2400;
  text-decoration: underline;
}
.topstorelocator {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9.5pt;
  color: #000000;
}

.largest {
  font-size: 15pt;	
}

.boldorange {
  font-size: 9pt;
  color: #FC8130;
  font-weight: bold;
}

.offerdescription {
  font-size: 9.5pt;
  color: #666666;
  font-weight: bold;
}

.offername {
  font-size: 11pt;
  color: #F86808;
  font-weight: bold;
}

.boldred {
  font-size: 9pt;
  color: #6B2400;
  font-weight: bold;
  text-decoration: none;
}

.boldred:HOVER {
  font-size: 9pt;
  color: #6B2400;
  font-weight: bold;
  text-decoration: underline;
}

.boldpurple {
  font-size: 9.5pt;
  color: #4E0085;
  font-weight: bold;
  text-decoration: none;
}

.boldpurple:HOVER {
  font-size: 9.5pt;
  color: #4E0085;
  font-weight: bold;
  text-decoration: underline;
}


.boldwhite {
  font-size: 10pt;
  color: #FFFFFF;	
  font-weight: bold;
  text-decoration: none;
}

.boldwhite:HOVER {
  font-size: 10pt;
  color: #FFFFFF;	
  font-weight: bold;
  text-decoration: underline;
}

.white {
  font-size: 10pt;
  color: #FFFFFF;	
}

.whitelarge {
  font-size: 11pt;
  color: #FFFFFF;	
}

input, textarea, select, input {
  border-top: #CCCCCC solid 1px;
  border-bottom: #4E4E4E solid 1px;
  border-right: #4E4E4E solid 1px;
  border-left: #CCCCCC solid 1px;
  background-color: #F7F7F7;
  font-size: 9.5pt;
}
<!-- define wysiwyg styles -->
span.ed_small {
  font-size: 9pt;
}
span.ed_small_red {
  font-size: 9pt;
  color: #ff0000;
}
span.ed_medium {
  font-size: 10pt;
}
span.ed_medium_red {
  font-size: 10pt;
  color: #ff0000;
}
span.ed_large {
  font-size: 11pt;
}
span.ed_large_red {
  font-size: 11pt;
  color: #ff0000;
}
span.ed_xlarge {
  font-size: 14pt;
}
span.ed_xlarge_red {
  font-size: 14pt;
  color: #ff0000;
}