
BODY {
	background : #pagebackground#;
}
BODY {
	background: url(#backgroundimage#) repeat
}

BODY  {
	font-family: #nfontface#;
	font-size: #nfontsize#;

A 	{
	color : #visitedcolor#;
}

A:Visited {
	color : #visitedcolor#;
}
A:Hover {
	color : #activecolor#;
}

H2 	{
	color : #titlecolor#; 
	font-family: #hfontface#; 
	font-size: #hfontsize#;
} 

H4 	{
	color : #visitedcolor#; 
	font-family: #nfontface#; 
	font-size: #nfontsize#; 
	font-weight: normal;
}

H5 	{
	color : #sectioncolor#; 
	font-family: #qfontface#; 
	font-size: #qfontsize#; 
	font-weight: bold;
	}
	
H6 	{
	color : #questioncolor#; 
	font-family: #qfontface#; 
	font-size: #qfontsize#; 
	font-weight: bold;}	
	
TD.questiontext {
	color : #pagetextcolor#; 
	font-family: #qfontface#; 
	font-size: #qfontsize#; 
	font-weight: normal;} 
	
P.question {color : #questioncolor#; font-family: #qfontface#; font-size: #qfontsize#; font-weight: bold;} 
	

TD.preamble {
	color : #pagetextcolor#; 
	font-family: #nfontface#; 
	font-size: #nfontsize#;}
	
	  
.questionbox {
	background : #boxcolor#;}  





