
/*menu*/

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    display: inline;
}





/* achtergrond + randen */

body		{
		background-color: white;
		margin:20px;
		padding:0 10px;
    letter-spacing: .01em;
    line-height: 1.5;
	
}

/*tekstkleur*/

h1, h2, h3, h4, h5, h6, p, li, div, span, a , footer {
		color: black;
		font-family: "Lucida Console", Monaco, monospace
}

/* titels centreren  <div class="titel">  */

.titel {
	
		text-align: center;
}


/* lijsten voor links naar andere sites: <div class="links"> */


.links > ul {
		list-style: none;
		padding-left:0;
}

/*datums*/

.datum {
    border-style: dotted;
    border-width: 1px;
}


/* van groundfloor */

footer {
  
  font-size: .9em; }
  
header {
 
  border-bottom: 1px solid #ddd;
  font-size: 1.1em; }

header, main, article, section, div, footer, form, aside {
  padding: 20px; }


