html {
    font-size: 62.5%;
}
body {
    font-size: 1.6em;
    line-height: 1.5;

    /*background: url("../img/vrythm_helper_24.png") repeat;*/

}

p,
ul,
ol,
dl,
blockquote,
pre,
td,
th
{
    font-size: 1em;
    line-height: 1.5;
    margin: 0 0;
}
h1 {
    font-size: 3.00em; /* 48px */
    line-height: 1.0em; /* 48px */
    margin-top: 0.6667em;  margin-bottom: 0.5000em;
}
h2 {
    font-size: 2em; /* 32px */
    line-height: 1.5em; /* 48px */
    margin-top: 0.5em;  margin-bottom: 0.0000em;
}
h3 {
    font-size: 1.0000em; /* 16px */
    line-height: 1.5000em; /* 24px */
    margin-top: 1.5000em;  margin-bottom: 0.0000em;
}
h1:first-child,
h2:first-child,
h3:first-of-type,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
blockquote:last-child,
pre:last-child,
table:last-child {
    margin-bottom: 0;
}


/* you shall not pass */
table,
td,
th,
code,
pre,
samp,
div,
p {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

