body{
	color: black;
	background-color: white
}

a:link{
	color: black;
	text-decoration: none
}

a:visited{
	color: black;
	text-decoration: none
}

a:hover{
	color: red;
	text-decoration: none
}

a:active{
	color: black;
	text-decoration: none
}

h1{
	font-family: "Arial", Sans-serief
}

h2{
	font-family: "Arial", Sans-serief
}

.side{
	position:absolute;
	left:0px;
	top:0px;
	width: 150px;
	height: 2990px;
	background-color: black;
	background-image: url('./sidebar.png');
        background-repeat: no-repeat
}
	
.lijf{
	position:absolute;
	left:5px;
	top: 0px;
	margin-left:150px	
}

.logo{
	position:absolute;
	left:    15px;
	top:     20px;
        width:   100px;
        height:  100px;
}

.extra{
	color:grey;
}
