body {
  font-size: 15px;
}

h3 { font-size: 18px; } /* Sidrubrik */
h1 { font-size: 22px; } /* Stor rubrik */
h2 { font-size: 20px; } /* Mellan rubrik */
h4 { font-size: 15px; } /* Liten rubrik */

p { font-size: 15px; } /* Paragraph */
/**
 * Styles can also be included in Lemon's editor with custom names.
 * See the example below!
 */
.small{ font-size: 1.05em; } /* LemonStyle: Small text */

.button{
	font-size: 14px;
}

#searchButton {
	font-size:15px;
}
