body {
  font-size: 13px;
}

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

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

.button{
	font-size: 12px;
}

#searchButton {
	font-size:13px;
}
