@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300,300italic,400,400italic,700,700italic);

body {
    text-align: left;
    color: #202020;
    font-family: "Roboto Condensed","Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 120%;

}

h1 {
    text-align: left;
    color: #303030;
    font-family: "Roboto Condensed","Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 22px; /* space between titel and text */
}

h2 {
    text-align: left;
    color: #303030;
    font-family: "Roboto Condensed","Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold
    line-height: normal;
}

li{
    margin-left:-20px;
    margin-bottom: 6px;
}

a {
    color: #202020;
    text-decoration: yes;
}


