﻿/* Layout met goudgele achtergrond, */

body {
				background-color: #C17D00 ;
				/*color: black ; letters zijn apart gedefinieerd*/
}
p {
				font-family: Verdana ;
				font-size: 10pt ;
				color: black ;
				line-height: 1.8em ;
}
h1 {
				font-family: "Times New Roman" ;
				font-size: 3em;
				color: black;
				text-align: center;
}
h2 {
				font-family: Verdana;
				text-align: center;
				font-size: 1.4em;
				background-color: #FFEAC1 ;
				color: black;
}
h3 {
				font-family: Verdana;
				font-size: 1em;
				color: #333333 ;
				text-align: left;
}
.colored {
				color: black ;
				background: #FFEAC1 ;
				
			
}
.smaller 	{	font-size: 8pt ;
				line-height: 1.8em ;
				
}
.bold		{
				font-weight: bold;
				
}
.italic	{
				font-style:italic ;
}

ol {
				font-family: Verdana ;
				font-size: 10pt ;
				line-height: 1.8em ;
				list-style:decimal ;
}
ul.a {
				font-family: Verdana ;
				font-size: 10pt ;
				line-height: 1.8em ;
				list-style-type: circle ;				
}

ul.b {
				font-family: Verdana ;
				font-size: 10pt ;
				line-height: 1.8em ;
				list-style-type:square ;
}
li.a {
				font-family: Verdana ;
				font-size; 10 pt ;
				line-height: 1.8em ;
				list-style-type:square ;
}
hr {
				height: 1px;
				color: #333333 ;
}
a:link {
				color: #0000CC ;
				background: transparent;
}
a:visited {
				color: purple ;
				background: transparent ;
}
a:hover {
				color: black;
				background: #FFD384 ;
}
a:active {
				color: red ;
				background: transparent ;
}
div#tekstvak {
				width: 700px;
				margin-left: auto;
				margin-right: auto;
				padding: 30px 75px 50px 75px ;
				background-color: white;
				border: 1px solid black;
}

