*  { text-decoration: none; }

html { font-size: 62.5%; /* 100% = 16px --> 62,5 % = 10px */ }

body
{
    margin-left:25px;
    padding: 0px;
    font-size: 1.2em;
    color: #000;
    background:#FFF;
    font-family: arial, verdana, helvetica, sans-serif,tahoma;
    text-decoration: none;
}



h1,h2,h3,h4,h5 {color: #333; margin:0px;}

h1 { font-size: 1.6em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }

