/* H1 is used for page headers */
 
BODY {
color : #222222;
font-family : 'Arial';
font-size : 14px;
}

H1 {
	font-family :  'Arial';
	font-size: 18px;
	text-align: right;
  color: #000044;
  valign : bottom;
}

/* H2 is used for paragraph headers */
H2 {
	font-family :  'Arial';
	font-size: 14px;
	color: #000044 ;
	margin-bottom : -6px;
}

/* H3 is used for undertitling pictures */
H3 {
	font-family :  'Arial';
	font-size: 12px;
	color: #000044;
	text-align : center;
}
/* H4 is used for Javascript warning */
H4 {
	font-family :  'Arial';
	color: #ff0000;
  font-size:14px;
}
A:link {
	color: #2A2AFF;
}
A:hover {
  color: #21A71C;
}
A:visited {
	color:  #991818;
}

A:smItem {
	color:  #FF0000;

}
A:smLink {
	color:  #00FF00;

}

HR.small {
  ALIGN: center;
	color: #00ffff;
	height: 1px;
	width: 50px
}
HR.medium {
  align: right; /* dit werkt dus helemaal niet*/
	color: #000044;
	height: 1px;
	width: 250px
}
HR.large {
	font-family:'Arial';
  ALIGN: center;
	color: #000044;
	height: 1px;
	width: 100%
	}
/* All page headers is used for center header box*/
P.all-page-header {
margin-bottom : -10px;
	font-size: 20px;
  font-family: 'Arial';
  font-weight:bold;
	text-align: center;
	color:#D6DBDF;
  valign : center;
}
/* All page headers2 is used for left and right header boxes*/
P.all-page-header2 {
	font-size: 14px;
  font-family: 'Arial';
  font-weight:bold;
	text-align: center;
	color:#D6DBDF;
  valign : center;
}
p.left {
text-align: left;
}
p.right {
text-align: right;
}
p.center {
text-align: center;
}
P.all-page-flags {
	font-size: 20px;
  font-family: 'Arial';
  font-weight:bold;
	color:#D6DBDF;
  valign : center;
}

p.pc {
  text-align: center;
}
p.ques {
  color: #e60000;
}
p.answ {
  color: #140746;
}