/* CSS rechten.uvt.nl/hendriks */
/* Copyright 2005 F. Hendriks */

/* content */

body.content {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: #000000;
	background-color: #ccffcc;
	margin-left: 20px;
}

a {
	border-bottom : 1px dashed #339933;
	color: #339933;
	text-decoration: none;
}

a:hover {
	border-bottom : 1px dashed #006600;
	color: #006600;
	text-decoration: none;
}

a:visited {
	border-bottom : 1px dashed #000000;
	color: #000000;
	text-decoration: none;
}

h1 {
	color: #339933;
	font-size: 20pt;
	font-weight: bolder;
	font-variant: small-caps;
	letter-spacing: 4px;
}

h3 {
	color: #339933;
	font-size: 16pt;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 2px;
}

th {
	font-weight: bold;
	text-align: left;	
}

td.naam {
	font-size: 18pt;
	font-weight: bolder;
	fon-variant: small-caps;
	letter-spacing: 3px;
	vertical-align: middle;
	height: 175px;
}
	
/* menu */

body.menu {
	line-height: 150%;
	font-family: Arial, sans-serif;
	font-size: 16pt;
	color: #ffffff;
	font-stretch: wider;
	font-variant: small-caps;
	background-color: #339933;
	background-image: url(../resources/backmenu.gif);
	background-repeat: repeat-y;
}

a.menu {
	color: #ffffff;
	text-decoration: none;
	border-bottom : none;
}

a.menu:hover {
	color: #ccffcc !important;
	text-decoration: none;
	border-bottom : none;
}

a.menu:visited {
	color: #ffffff;
	text-decoration: none;
	border-bottom : none;
}

h2.menu {
	color: #99FF66;
}
