* {
    font-family: 'Belgrano', cursive;
    font-size: 16px;
}

body {
  background-color: #FFF;
  margin: 0px;
}

.small,
.small b,
.small a {
    font-size: 10px;
}

.imprint,
.imprint b,
.imprint a {
    font-size: 12px;
}

a,
a:visited {
    color: #00f;
}

a:hover {
    text-decoration: none;
}

.icon {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
    margin: 2px 4px
}

th {
    text-align: left;
}

ul {
    list-style: none;
}

li {
    display: inline;
    margin: 0 15px;
}
