/* 
// Welkom bij de source code van mijn website
*/

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li, small {
  font-family: "Ubuntu",serif;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Rokkitt', serif;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
	margin:0;
	background-color: #444;
	color: gray;
  font-size:0.8em;
}