/*! normalize.css v1.1.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */


html {
    font-size: 100%; /* 3 */
}

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    /*font-size: 2em;*/
    margin: 0.67em 0;
}

h2 {
    /*font-size: 1.5em;*/
    margin: 0.83em 0;
}

h3 {
    /*font-size: 1.17em;*/
    margin: 1em 0;
	font-weight:bold;
}

h4 {
    /*font-size: 1em;*/
    margin: 1.33em 0;
	font-weight:bold;
}

h5 {
    /*font-size: 0.83em;*/
    margin: 1.67em 0;
	font-weight:bold;
}

h6 {
    /*font-size: 0.67em;*/
    margin: 2.33em 0;
	font-weight:bold;
}


