@font-face {
    font-family: 'ColaborateThinRegular';
    src: url('/fonts/ColabThi-webfont.eot');
    src: url('/fonts/ColabThi-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/ColabThi-webfont.woff') format('woff'),
         url('/fonts/ColabThi-webfont.ttf') format('truetype'),
         url('/fonts/ColabThi-webfont.svg#ColaborateThinRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    background: white url(cover-forweb.png) no-repeat top left;
    background-attachment: fixed;
}
* {
    margin: 0;
    padding: 0;
}
html {
    background-color: #FFFFFF;
    color: #000000;
    font: 110% "ColaborateThinRegular","Segoe UI Light", "Trebuchet MS","Lucida Grande",Verdana,Sans-Serif;
    line-height: 1.2em;
}
a {
    text-decoration: none;
    color: #3F3791;
}
a:link {
    border-bottom-color: #3F3791;
}
a:visited {
    border-bottom-color: #3F3791;
}
a:hover, a:active {
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
    line-height: 1.2em;
}
h1 {
    font-size: 42px;
}
h2 {
    font-size: 38px;
}
h3 {
    font-size: 34px;
}
h4 {
    font-size: 30px;
}
h5 {
    font-size: 26px;
    text-shadow: 0px 0px 0px #999;
}
h6 {
    font-size: 22px;
    text-shadow: 0px 0px 0px #999;
}
ul {
    margin: 0.2em 0;
    line-height: 1.3em;
    padding-left: 2em;
    font-weight: normal;
    line-height: 1.2em;
    color: #000;
}
ol {
    margin: 0.2em 0;
    line-height: 1.3em;
    padding-left: 2em;
    font-weight: normal;
    line-height: 1.2em;
    color: #070;
}
li {
       text-indent:  0em;
}
