/* Curriculun vitae - Luuk Stalenhoef */

html, body {
	background:#6cc;
}
#content {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	font-size: small;
	color: #069;
}
#voet {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#kop {
	font-size: medium;	
	font-weight: bold;
}
#kleiner {
	font-size: smaller;
}

a:link {
  color: #006699;
  text-decoration: underline;
}
a:visited {
  color: #006699;
  text-decoration: underline;
}
a:hover {
  color: #0066ff;
  text-decoration: underline;
}
a:active {
  color: #006699;
  text-decoration: underline;
}

#line {
	height: 1px;
	background-color: #069; 
}

#terug, #colofon {
	font-size:75%;

a:link {
  color: #006699;
  text-decoration: none
  ;}
a:visited {
  color: #006699;
  text-decoration: none
}
a:hover {
  color: #006699;
  font-weight: bold;
  text-decoration: none
}
a:active {
  color: #006699;
  text-decoration: none
}
}
