html, body, p  {
  font-family:Georgia,Utopia,Palatino,'Palatino Linotype',serif;
  text-rendering: optimizeLegibility;
  font-size: 14px;
}


.sale {
font-weight: bold;
color: red;
}

h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}

article h3 {
font-size:1.5em;
}
article h2 {
font-size:2em;
}

a { color: #009; text-decoration: none; }
a:visited { color: #009; }
p a { text-decoration: underline; }
.header a { color: black; }

/*
#body ul {
margin-left: 0px;
padding: 0px;
}

#body li {
margin-left: 0px;
padding: 0px;
list-style-position: outside;
}
*/

article h1, div.article h1 {
  font-size: 2.8em;
}


/*
.header      { padding-top: 1.0em; }
.header-logo { margin-bottom: 1.0em; }


.small-title {
font-size: 1.2em;
text-transform: uppercase;
color: #c00;
}


.header h1 { 
  text-transform: uppercase;
  font-size: 1.0em;
  color: #C00;
}

*/