body { font-size: 62.5%; color: #222; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }

h1,h2,h3,h4,h5,h6 { 
  color: #111; 
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
h1 { font-size: 3em; line-height: 1; }
h2 { font-size: 2em; margin-bottom:0.7em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

/* Text elements
-------------------------------------------------------------- */
p           { font-size:1.2em; color:#525252; line-height:2; margin: 0 0 1em; }
ul, ol      { margin:0; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}
a			{ text-decoration:none; color:#22c3f2; }
a:visited	{ text-decoration:none; color:#1da4cd; }
a:hover		{ text-decoration:none; color:#C60C46; }
blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em          { font-style: italic; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; }
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }
address     { font-size: 1.2em; font-style:normal; line-height:2; color:#525252; }

sup { font-size:80%;vertical-align:super; }

/* Tables
-------------------------------------------------------------- */
table   { margin-bottom: 1.4em; }
th      { border-bottom: 2px solid #ccc; font-weight: bold; }
td      { border-bottom: 1px solid #ddd; }
th,td   { padding: 4px 10px 4px 0; }
tfoot   { font-style: italic; }

/* Forms
-------------------------------------------------------------- */
input, select {
	font-size:1.2em;
}
textarea {
  font-size:1.2em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
