/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {font: .75em/1.5 Arial, Helvetica, sans-serif;}
p {line-height:1.4em;margin:0 0 10px 0;}
img {border:none;}
a {outline:none;color:#069;text-decoration:none;font-weight:bold;}
a:hover {color:#28a5e4;text-decoration:underline;}
a:focus {outline:none;}
hr, div.listHRule {border: 0 #ccc solid;border-top-width: 1px;clear: both;height: 0;}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {margin:0 0 10px 0;font-weight:normal;}
h1 {font-size: 1.83em;}
h2 {font-size: 1.58em;}
h3 {font-size: 1.42em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.12em;}
h6 {font-size: 1em;}

/* `Spacing
----------------------------------------------------------------------------------------------------*/
ol {list-style: decimal;}
ul {list-style: square;}
li {margin-left: 30px;}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset, input, select, textarea {margin-bottom: 10px;}
