/* cssmdwframe.css voor de framepagina's zoals de intro's, algemeen, gitaar, muziek etc. */

a:link
{	color:#0000FF;
	font-weight: bold;
	
}
a:visited
{
	color: #0000FF;
	font-weight: bold; 
} 
a:active 
{
	color: #0000FF;
	font-weight: bold;
}
body
{
	font-family: Verdana;
	background-color:#E8F0F7;
	color:000000;font-size:10pt;

	margin-top:15;
	margin-left:40;	
	margin-right:50;
	width:720px;
}
 	/*margins  voor het plaatsen van de pagina op de juiste plaats in het inline frame*/ 
h1               
{
	color:#4A79A6; font-family:Verdana; font-size:18pt; 
}
h2
{
	color: #000037;font-family:Verdana; font-size:10pt; font-weight:bold;
}

h3
{
	color: #4A79A6;font-family:Verdana; font-size:10pt; font-weight:bold;
}


/* hierboven h1 en h2 plaatsen, na table werken ze niet*/
table
{ 
	margin-top:30;/* anders staat de tekest te hoog*/
	table border: 0; cellpadding: 0;cellspacing: 0;  width: 100%;
	color: #000000;font-size:10pt; font-family:Verdana;       
}