/* Stijlblad voor eigen muzieksite Henk de Boer */

BODY {
	margin-left : 40px;
	margin-right : 15%;
	background-image : URL(backgrnd002.jpg);
	background-position : left;	
}

BODY, TD, TH { 
	font-size : 0.8em;
	line-height : 140%;
	color : #ccffff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

hr {
	border: none;
	color: blue;
	background-color: #3300ff;
	height: 2px;
	margin-top: 1.8em;
	margin-bottom: 1em;
}	

EM {
	color : Yellow;
	font-weight : bold;
	font-style : italic;
}

PRE {
	font-family : monospace;
	font-size: 1.5em;
}

/* ankers */
A {
	font-size : 1em;
	color : #66ccff;
	font-weight : bold;
	text-decoration : none; 
}

A:HOVER {
	color : Fuchsia;
	font-weight : bold;
	text-decoration : none;
}

/* koppen */
H1, H2, H3, H4 {
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

H1 {
	color : Yellow;
	font-size : 1.5em;
	margin-top: 1.2em;
	margin-bottom: 0.3em;
}

H2 {
	color : #ff9900;
	font-size : 1.2em;
}

H3 {
	color : Yellow;
	font-size : 1em;

}

H4 {
	color : Blue;
	font-size : 0.8em;
}

DIV.note {
	color : Red;
	font-weight: bold;
	text-align : center;
}

DIV.note2 {
	color : Red;
	text-align : left;
}

#firefoxcounter {
  font-weight: bold;
  color: red;
}
