body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; } 
table { border-collapse:collapse; border-spacing:0; } 
fieldset,img { border:0; } 
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; } 
ol,ul { list-style:none; } 
caption,th { text-align:left; } 
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; } 
q:before,q:after { content:''; } 
abbr,acronym { border:0; } 

/* Typography */
body { min-width: 600px; 
    font-size: 16px; line-height: 24px; font-weight: 300; 
    font-family: "Helvetica Neue", sans-serif; }
p { margin-bottom: 24px; }
h1 { font-size: 36px; line-height: 48px; margin-bottom: 24px; }
h2 { font-size: 24px; line-height: 36px; margin-bottom: 12px; }
h3 { font-size: 21px; line-height: 28px; margin-bottom: 12px; }
h4 { font-size: 18px; line-height: 24px; margin-bottom: 12px; }
ul, ol { margin-bottom: 24px; }


/* Styling */

a { color: #1096CF; background-color: transparent; border: 0; }

h1, h2, h3 { background-color: transparent; word-spacing: -0.125em; }
h1, h2, h3, h4, h5, h6 { font-weight: 500; }

ol, ul { list-style-type: square; line-height: 1.5em; margin-top: 0;
	margin-bottom: 24px;  margin-left: 1em; }
li > p { margin-top: 0.2em; }

strong, b { font-weight: bold; }
hr { display: none; }
tt { color: #67087B; }

pre, code { color: #67087B; overflow: auto; font-family: monospace;}
pre { background-color: #F6F6F6; border: 1px solid #EFEFEF; padding: 0.8em; }

li p { margin: 0.8em 0; }
dt { margin-bottom: 0.5em; font-weight: 600; font-size: 18px; }
dd { padding-left: 24px; }
acronym { font-variant: small-caps; text-transform: lowercase; }

input[type="text"],
input[type="password"],
input[type="select"],
input[type="search"] { border: 1px inset #ccc; height: 16px; padding: 1px 2px; display: block; }
textarea { border: 1px inset #ccc; padding: 1px 2px; display: block; }

