@charset "utf-8";
/* CSS Document */

.h1 {
font-weight:bold;
font-size: large;

}
.h2 {
font-weight:bold;
text-decoration: underline; 
font-size: large;

}
.normal {


}
.klein {
font-size:small;

}