hallo,

wie kan mij helpen om de achtergrond kleur en lettertype enzo over te zetten naar een css bestand.

mads
ik zou graag dit script willen gebruken

body {
	background-color: 
	color:            
}

/* Koppen: */


h1 {
	background-color: 
	color:            
	font-family:      
	font-size:        
	font-weight:      
	line-height:      
}

h2 {
	background-color:
	color:            
	font-family:      
	font-size:        
	font-weight:      
	line-height:      
	margin-bottom:    
}

h3 {
	background-color:
	color:            
	font-family:      
	font-size:        
	font-weight:      
	line-height:      
	margin-bottom:    
}


/* Besturingselementen (controls) voor formulieren: */

fieldset {
	cursor:  
	padding: 
}

input {
	font-family
	font-size:   
}

label {
	font-family:
	font-size:   
}

legend {
	color:       
	font-family: 
	font-size:   
}

select {
	font-family: 
	font-size:   
}

textarea {
	font-family: 
	font-size:   
	line-height: 
}
/* Formuliervelden binnen labels verticaal gecentreerd uitlijnen */

label input {
	vertical-align: 
}


/* Andere blokelementen (block-level elements): */

p {
	font-family: 
	font-size:   
	line-height: 
}

li {
	font-family:   
	font-size:     
	line-height:   
	margin-bottom: 
}

td {
	font-family: 
	font-size:   
}

th {
	font-family: 
	font-size:   
}

address {
	font-family: 
	font-size:  
	font-style: 
	line-height:
	margin-top:  
}

/* Inline elementen: */
cite, em, var {
	font-style:  
	font-weight: 
}


/* Selectors (pseudo-klassen) voor hyperlinks: */

a:link {
	color:            
	text-decoration:  


a:visited {
	color:             
	text-decoration:   
}

a:hover {
	color:            
	cursor:           
	text-decoration:  
}



/* Waarschuwingen: */
.w {
	color:       
	font-style:  
	font-weight: 
}


input.knop {
	font-family: 
	font-size:   
	width:       
	height:      
	margin:      
}


kan dat makkelijk en wie zou me hierbij kunnen helpen?

Reageren