/*
*	Stylesheet for gerbrands.dingetje.nl, printer friendly version
*
*	Note: max-width is used for readability on large screens (unfortunately, IE does not support max-width)
*
*	light colors:	white #FFFFFF,
*	darker colors:	darkslateblue #483D8B
			black #000000
			darkgray #A9A9A9 (not so dark as the name suggests! ;))
			lightcoral #F08080
*/

body { margin-top: 20px; margin-bottom: 20px; margin-left:40px; margin-right:30px; font: 80% verdana,helvetia,sans-serif; max-width: 700px; background-color: #FFFFFF; color: #000000 }
td, li, p { max-width: 700px }
h1 { margin-left: 10px; font-size: 130%; color: #483D8B }
h2 { margin-left: 10px; font-size: 120%; color: #483D8B }
h3, h4, h5, h6 { margin-left: 10px; font-size: 110%; color: #483D8B }

hr { margin-top: 5px; margin-bottom: 5px; border-style: dashed; color: #D3D3D3; width: 95%; text-align: left }
ul { margin-left: 5px }
li { list-style-type: square }
blockquote { border-left: 1px solid #CCC; padding-left: 5px }
p.bigfirst:first-letter { font-size: 180%; float: left }

#maintable { width: 80%; border-collapse: collapse;}
#header { background-color: #A9A9A9; height: 50px; border-bottom: 2px dashed #999; padding-bottom: 5px }
#headerlink a { margin-left: 10px; border: 0px; text-decoration: none; color: #FFFFFF; text-align: right; font-size: 85%; font-weight: bolder }
#footer { border-top: 2px dashed #D3D3D3 }

.articletitle { margin-left: 10px; margin-top: 30px; font-weight: bold; color: #000000; padding-right: 10px }
.article {margin-left: 10px; margin-top: 10px; color: #000000; padding-right: 10px }
.articlejust {text-align: justify; margin-left: 10px; margin-top: 10px; color: #000000; padding-right: 10px }
.title { font-weight: bold; color: #483D8B }
.note { font-weight: normal; font-size: 85%; text-align: right; margin-right: 30px }

.imgEffect { float: right; margin-left: 10px; margin-right: 6px; margin-bottom: 2px; padding: 3px; border: 1px solid #A9A9A9}


