/* Add here all your css styles (customizations) */


/* Body font size von 13px auf 16px geändert - original ist style.css */

body {
 color: #333;
 font-size: 16px;
 line-height: 1.6;
}
