/* algemeen */

.hs {
	background: yellow;
	font: 12px "Times New Roman", Times, serif;
	}

a:link {color: #660066}
a:visitied {color: #660066}
a:hover {color: #660066}
a:active {color: #660066}


/* titelgedeelte */

#hoornlogo {
	position: absolute;
	top: 5px;
	left: 150px;
	}
	
#htitel {
	position: absolute;
	top: 40px;
	left: 500px;
	font-size: 32px;
	font-style: italic;
	font-weight: bold;
	}
	
#comptabel {
	position: absolute;
	top: 125px;
	margin-left: 40px;
	margin-right: 40px;
	font-size: 17px;                                                                                                                                                                                                      
	border: 3px solid #660066;
	}
	
.composer {
	padding-left: 5px;
	padding-top: 10px;
	width: 225px;
	vertical-align: top;
	border: 1px solid #660066;
	}
