body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 130%;
}
/*--------------*/
/* div-Sections */
/*--------------*/
#toc {
	float: left;
	width: 13em;
	padding: 1%;
	background-color: #FFFFCC; /*light orange*/
}
#content {
	margin-left: 15em;
	padding: 1%;
	top: 1em;
}
#footer {
	text-align: center;
	color: #CC6600; /*dark orange*/
}
#footer a {
	color: black; 
}
/*---------*/
/* Headers */
/*---------*/
h1 {
	line-height: 1em;
}
h2 {
	background-color:#FFCC66; /*orange*/
	padding-left: 0.2em;
	border-style: solid;
	border-width: thin;
	border-color: black;
	margin-top: 1.5em;
}
h3 {
	font-size: 130%;
	border-bottom-style: dashed;
	border-bottom-width: thin;
	border-bottom-color: #CC6600; /*dark orange*/
}
h4 {
	color: #CC6600; /*dark orange*/
	font-size: 110%;
	margin-top: 2em;
}
h5 {
	font-size: 100%;
	margin-top: 2em;
	background-color:#FFFFCC; /* light orange */
}
h6 {
	font-size: 90%;
}
/*------------*/
/* other Tags */
/*------------*/
a {
	color: black;
}
q {
	font-style: italic;
}
table {
	border-collapse: collapse;
}
ol.alpha {
	list-style-type: lower-alpha;
	list-style-position: outside;
}
/*------------------*/
/* Logos und Bilder */
/*------------------*/
.logo_eam {
	text-align: center;
	border-width: 0;
}
.logo_eam img {
	border-color: #CC6600; /*dark orange*/
}
.logo_ist {
	text-align: center;
	border-width: 0;
}
.logo_ist img {
	border-color: #CC6600; /*dark orange*/
}
.logo_waec {
	font-size: 120%;
}
.initial {
	font-weight: bold;
	color: #CC6600; /*dark orange*/
}
.img_cc {
	border-width: 0;
}
/*---------------*/
/* Miscellaneous */
/*---------------*/
.languages {
	text-align: right;
	color: #CC6600; /*dark orange*/
}
.languages a {
	color: black; 
}
.rightnavi {
	text-align: right;
	font-size: 80%;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
