
/* CSS Reset */
body,
h1, h2, h3, h4, h5, h6,
p, ul, li, form, input,
table, tr, td,
img, object, embed,
header, hgroup, nav, article, section, dialog, figure, aside, footer {
  border:0;
  margin:0;
  padding:0;
  font-size:13px;
}
  
/* Tell the browser to render HTML 5 elements as block */  
header, hgroup, nav, article, section, dialog, figure, aside, footer {  
  display: block;  
}

body { color: #333; background: #fff; }
body, input, select, textarea { font-family: "Droid Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif; }
h3 { font-size: 1.2em; line-height: 1; margin-bottom: 0.7em; }
em { color: #999; font-style: italic; }
p { margin-bottom: 1em; }

a, a:link, a:active { color: #526879; text-decoration: none; }
a:visited           { color: #795272; }
a:focus, a:hover    { text-decoration: underline; }   

article em { font-style: normal; color: #0a4952; }
article h3 { font-variant: small-caps; }
article ul { margin: 0 1.5em 1em 1.5em; }
