body {
	background-color: #303030;
	color: #e5f4e8;
	font-family: Georgia, serif;
	font-size: 14px;
	margin: 0;
	padding:0;
	}
h1, h2 {
	font-weight: normal;
	}
a:link,
a:visited {
	color: #8e8fff;
	}
a:hover {
	color: #b1f27f;
	}

dt, 
code strong,
a:active {
	color: #ee7458;
	}
table {
		height: 8em;
		}
		table tr.main {
			height: 300px;
			}
			td {
				border: 2px solid white;
				padding: .3em;
			}
.container div {
	width: 600px;
	border: 2px solid white;
	}
	.styled #header {
		height: 100px;
		}
	.styled #nav,
	.styled #inhoud,
	.styled #gerelateerd {
		height: 200px;
		float: left;
		}
	.styled #nav,
	.styled #gerelateerd {
		width: 100px;
		}
	.styled #inhoud {
		width: 392px;
		}

@media screen {
	body {
		background-color: #303030;
		padding: 0 4em;
		}
	h1 {
		font-size: 4em;
		}
		h1 span { font-size: .5em; }
	h2 {
		margin-top: 1em;
		border-bottom: 1px solid #e5f4e8;
		}
	p.get-opera {
		padding: 2em;
		background-color: #597940;
		color: #ccc; 
		border: 1px solid #e5f4e8;
		}
		p.get-opera a:link,
	    p.get-opera a:visited { color: #b1f27f; }
	img {
		max-width: 600px;
		}
	table {
		width: 600px;
		}
}

@media projection {
	body {
		font-size: 48px;
	}
	h1 {
		font-size: 360px;
		margin: 0;
		padding-top: 72px;
		}
		h1 span {
			font-size: 72px;
			display: block;
			margin-left: 20%;
			}
			h1 + .author {
				font-size: 36px;
				margin-left: 20%;
				}
	h1, h2 {
		background-color: #242424;
		color: #b1f27f;
		text-shadow: 3px 3px 10px black;
		}
	h2 {
		page-break-before: always;
		font-size: 96px;
		padding-top: 96px;
		line-height: .8;
		}
		h2 + *, h2 + * + p {
			margin-left: 5%;
			margin-right: 3%;
			}
		h2 + h2 {
			margin-left: 0;
			margin-right: 0;
			}
	p.get-opera { display: none; }
	ul, ol {
		line-height: 1;
		}
		li {
			margin-bottom: .75em;
			}	
	dt {
		font-size: 1.5em;
		}
		dd {
			margin-left: 15%;
			}
	div.example {
		margin: inherit auto;
		}
	.example code {
		font-size: 36px;
		line-height: 1.3;
		}
	div.image {
		text-align: center;
		}
	img {
		max-height: 400px;
		}
	.shadow {
		text-shadow: 6px 6px 10px orange;
	}
}
