/* @override http://bensons.local/stylesheets/typography.css */

body {
  font: 14px/1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
  font-weight: normal;
  font-size: 24px;
}
body h3 {
  font-size: 16px;
  color: #525150; 
  font-weight: normal;}
h4,h5,h6 {
  color: #666;
}
p {
  color: #666;
}
h6 {
  margin-bottom: .8em;
}
a:focus, input:focus, select:focus {
  outline: 0; }

pre {
  font-family: tahoma, sans-serif; }

sup {
  vertical-align: super;
  line-height: 0;
  font-size: 70%;
  margin-left: -.5%; }

small {
  font-size: .7em;
}