*,html {
  border: 0px;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}

@media (max-width: 440px) {

body {
  color: #111;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #F9F8F4;
}

#content {
  position: relative;
  top: 0px;
  left: 0px;
  width: auto;
  height: auto;
  margin-right: 10px;
}

h2 {
  font-size: 14px;
  font-weight: normal;
  color: #9A141B;
  margin-bottom: 5px;
}

h3 {
  font-size: 12px;
  font-weight: normal;
  color: #9A141B;
  margin-bottom: 10px;
}

#content p {
  line-height: 16px;
  margin-bottom: 20px;
}

#content ul li {
  list-style-type: none;
  margin-left: 5px;
  margin-bottom: 5px;
  color:  #58585A;
}

}
@media (min-width: 441px) {

body {
  color: #111;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #F9F8F4;
}

#content {
  position: relative;
  top: 0px;
  left: 0px;
  width: auto;
  height: auto;
  margin-right: 10px;
}

h2 {
  font-size: 16px;
  font-weight: normal;
  color: #9A141B;
  margin-bottom: 5px;
}

h3 {
  font-size: 14px;
  font-weight: normal;
  color: #9A141B;
  margin-bottom: 10px;
}

#content p {
  line-height: 18px;
  margin-bottom: 20px;
}

#content ul li {
  list-style-type: none;
  margin-left: 5px;
  margin-bottom: 5px;
  color:  #58585A;
}

}




