
html {
    /* Activate kerning  in MSIE 10+ */
    font-feature-settings: "kern";

    /* Activate kerning in Chrome and Safari */
    text-rendering: optimizeLegibility;

    /* Activate kerning in Firefox */
    /* Not necessary, activated by default */

    /* Activate kerning in Opera */
    /* Not possible */
}



body {
	color: #555!important;
	font: 1em "Courier New", Courier, mono !important;
	font-weight: normal;
}

a{
	color: #555!important;
	font: 1em "Courier New", Courier, mono !important;
	font-weight: normal;	
}


