/* CSS document from www.pluk-in.com */
/* Do not steal or borrow */
/* Copyright Pluk */
BODY
{
	margin: 0 4% 4% 1%;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 170%;
	color: #E1F7E3;
	background-color: #6A0F16;
}

/* line-height: 133%; */

h1
{
	color: #D7FD60;
	margin-left: 120px;
	margin-bottom: 20px;
	font-size: 1.2em;
}

UL
{
	margin-left: 120px;
	padding-left: 3em;
	/* list-style-image: url("plukgold.png"); */
	/*list-style-type: circle;*/
	max-width: 84ex;
}

P
{
	margin-left: 120px;
	margin-top: 8px;
	margin-bottom: 0;
	max-width: 90ex;
}

P.center
{
	text-align: center;
}

P.centersmall
{
	margin-left: 120px;
	max-width: 123ex;
	text-align: center;
	font-size: 0.7em;
}

P.uurwerk
{
	font-size: 12px;
	font-family: monaco, courier, monospace;
}

P.padding
{
	padding: 20px;
	border: 0;
}

strong
{
	font-weight: normal;
}

hr
{
	border: 0;
	height: 2px;
	margin-left: 120px;
	width: 70%;
	max-width: 90ex;
	background-color: #A75C64;
}

/* for images: center and add 20px padding */
/* ************************************************* */
pre
{
	font-size: 12px;
	font-family: monaco, courier, monospace;
	margin-left: 120px;
}

/* ************************************************* */
a:link
{
	color: #a1e6fd;
	text-decoration: underline;
}

a:visited
{
	color: #cccccc;
	text-decoration: underline;
}

a:hover
{
	color: #78aa00;
	text-decoration: none;
}

/* ************************************************* */
.black { color: #111111; }
.light { color: #ffffcc; }
.flushleft { margin-left: 0%; }

.warning
{
	color: red;
	font-weight: bold;
}
