/* Set the default size to 12px */

html { font-size: 100%; }
body { font-size: 75%; }
table { font-size: 100%; }
html>body { font-size: 12px; }

/* Set the default font to Arial */

body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5em;
}

/* Reset margins and padding on block level elements */


/* Headings */

 h1 {
    font-size: 2em;
	margin-bottom:0.3em;
	line-height:1.2em;
}

h2 {
}

h3 {
    font-size: 1.166em;
    line-height: 1.5em;
}

h4 {
    font-size: 1em;
    line-height: 1.5em;
}



