﻿html {background:#ddd;}
body {
	font-size:75%;
	color:#333;
	background:#fff;
	font-family:'helvetica', 'arial', helvetica, arial, sans-serif;
}
html > body {font-size:12px;background:#ddd;}
/*
10 px = 0.833em
12 px = 1 em
13 px = 1.083 em
14 px = 1.167 em
16 px = 1.333 em
18 px = 1.5 em
24 px = 2em
36 px = 3em
*/

h1, h2, h3, h4 {
	font-weight:normal;
	color:#222;
	font-family:'helvetica', 'verdana', helvetica, verdana, sans-serif;
	text-rendering:optimizeLegibility;
}

h1 {font-size:2em;line-height:1em;margin-bottom:0.75em;color:#444;}
h2 {font:1.67em "TimesNewRoman", serif;line-height:1.1em;margin:1em 0 .334em 0;color:#4b5761;}
h3 {font-size:1.4em;line-height:1.2em;margin:1em 0 .334em 0;color:#7d003e;}
h4 {font-size:1em;font-weight:bold;line-height:1.25;margin-bottom:0.5em;color:#7d003e;}
h5 {font-size:1em;font-weight:bold;}
h6 {font-size:1em;font-style:italic;}

p, object {margin:0 0 0.833em;}

strong        {font-weight:bold;}
em,dfn        {font-style:italic;}
dfn           {font-weight:bold;}
sup,sub       {line-height:0;}
address       {margin:0 0 1.5em;font-style:italic;}