body       {
	background-image: url("../images/eigen2.jpg");
	background-repeat: repeat;
	background-color: #dccde4;
	font-family: "palatino linotype","trebuchet ms",sans-serif;
	font-size: medium;
	color: #4a005d;
	cursor: default;
}


h1           {
	font-size: 160%;
	color: #4a005d;
	font-weight: bold;
	margin: 0 5px 15px 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: transparent;
	background-image: url('../images/BGanim.gif');
	vertical-align: middle;
	text-align: center;
}
h2		{
	font-size: 120%;
	color: #4a005d;
	font-weight: bold;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
	padding-bottom: 5px;
	vertical-align: middle;
	text-align: center;
	margin: 0 0 5px 0;
}

               
/* dit is een achtergrond voor de header2 - vooral op de startpagina */
.agh2	{
	background-color: #c7afd4;
	color: inherit;
	border-style: solid solid solid solid;
	border-color: #4a005d;
	padding: 5px;
	border: 1px;
}
h3 {
	margin: 1px 30px 20px 30px;
	background-color: #c7afd4;
	background-image: url('../images/BGanim.gif');
	border: 1px solid #4a005d;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	font-size: 130%;
	font-weight: bold;
}
h3 a, h3 a:active, h3 a:visited {
	background-color: transparent;
	color: #4a005d;
	text-decoration: none;
	font-size: 75%;
}
 
/* dit zijn de normale hyperlinken */
           
a:link          {
	color: #4a005d;
	text-decoration: none;
	cursor: pointer;
	background-color: inherit;
}
a:visited	{
	color: #370042;
	text-decoration: none;
	cursor: pointer;
	background-color: inherit;
}
a:hover		{
	color: #4a005d;
	text-decoration: none;
	background-color: inherit;
	font-weight: bold;
	cursor: pointer;
}
a:active      {
	color: #370042;
	text-decoration: none;
	cursor: pointer;
	background-color: inherit;
}


.table        {
	text-align: center;
	padding: 0;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	margin: 0;
	padding: 5px 20px 0 0;
	border: 1px solid gray;
	border-width: 1px 0 0 0;
	font-size: 0.7em;
	text-align: right;
	color: #4a005d;
	background-color: transparent;
}
.footernav {
	margin: 0;
	padding: 5px 0 0 0;
	border: 1px solid gray;
	border-width: 1px 0 0 0;
	font-size: 0.7em;
	text-align: center;
	color: #4a005d;
	background-color: transparent;
}
.footernav a:link 		{ color: #000000; text-decoration: underline; background-color: inherit;}
.footernav a:hover		{ color: #000000; text-decoration: underline; background-color: inherit;}
.footernav a:active		{ color: #000000; text-decoration: underline; background-color: inherit;}
.footernav a:visited		{ color: #000000; text-decoration: underline; background-color: inherit;}

/* dit is de navigatietabel op de poeziepagina's */
.poetrynav {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 0.8em;
	color: #4a005d;
	background-color: transparent;
}
.poetrynav a:link       	{
	color: #4a005d;
	background-color: inherit;
}
.poetrynav a:visited		{ color: #370042; background-color: inherit;}
.poetrynav a:hover		{
	color: #4a005d;
	text-decoration: none;
	border-width: 2px 0 2px 0;
	border-style: dotted dotted;
	border-color: #4a005d;
	background-color: inherit;
}
.poetrynav a:active   	{
	color: #370042;
	background-color: inherit;
}



/* dit is de navigatietabel en de links daarin */	
.tabnav {margin: 0 5px 0 15px;
		padding: 3px 5px 3px 5px;
		border: 3px double #4a005d;
		background-image: url("../images/BGanim.gif");
		background-color: inherit;
		color: #4a005d;
}
		
.tabnav td {
	padding: 5px 10px 5px 10px;
	font-family: "palatino linotype", "trebuchet ms", sans-serif;
	font-size: 85%;
	text-align: center;
	font-weight: bold;
}
.tabnav		a:link          { color: #4a005d; text-decoration: none; background-color: inherit;}
.tabnav		a:visited	{ color: #6c0088;  text-decoration:none; background-color: inherit;}
.tabnav		a:hover		{ color: #4a005d;
		text-decoration: none; 
		border-width: 2px 0 2px 0;
		border-style: dotted;
		border-color: #4a005d; background-color: inherit;}
.tabnav		a:active     { color: #6c0088;  text-decoration:none; background-color: inherit;}


