@charset "utf-8";
/* CSS Document */

html, body { margin: 100px; padding: 0; background-color: #FFF; font-family: 'Share Tech', sans-serif; font-size:22px; font-weight:normal; vertical-align:top; }





.norm {
	font-family: 'Share Tech', sans-serif;
	color: #606E72;

}

.norm:link { text-decoration: none;  }
.norm:visited { text-decoration: none;  }
.norm:active { text-decoration: none;  }
.norm:hover {
    color: #606E72;
    font-family: exo;
    font-style: normal;
    font-weight: 100;
}

.klein {
	font-family: 'Share Tech', sans-serif;
	color: #606E72;
font-size:13px;
}.klein:link { text-decoration: none;  }
.klein:visited { text-decoration: none;  }
.klein:active { text-decoration: none;  }
.klein:hover { color:#606E72; }
