/*
Theme Name:   BaarnsJuweel
Theme URI:    http://example.com/twenty-fifteen-child/
Description:  GeneratePress Child Theme
Author:       Tony
Author URI:   https://www.tenhengel.nl
Template:     generatepress
Version:      1.0.2
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  GeneratePress
*/

body {
  background-color: powderblue;
}
h1,h2,h3,h4 {
  color: blue;
}
p {
  color: green;
}

ul li {
  color: green;
}

table, th, td {
  border: none;
  color: green;
}