/* CSS Document */

body			{
				margin-left				:	0px;
				margin-top				:	0px;
				background-color		:	#181512;
				
				font					:	"Times New Roman";
				font-family				:	"Times New Roman", Times, serif;
				color					:	#7D7467;
				font-size				:	14px;
}

.content		{
				font					:	Arial;
				font-family				:	Arial, Helvetica, sans-serif;
				font-size				:	12px;
				letter-spacing			:	1px;
				text-align				:	justify;
				vertical-align			:	top;
}


.menu			{
				font-size				:	16px;
				line-height				:	40px;
				letter-spacing			:	2px;
				vertical-align:top;
}

.links			{
				text-align				:	left;
				vertical-align			:	top;
}

.contact		{
				font-size				:	12px;
				line-height				:	25px;
				letter-spacing			:	4px;
				color					:	#FFFFFF;
				text-align				:	center;
}

.rechts			{
				text-align				:	right;
				vertical-align			:	top;
}

.opvallen		{
				color					:	#FFFFFF;
				font-weight				:	bold;
}

a:link 			{
				color					: 	#7D7467;
				text-decoration			:	none;
}
a:visited {
				color					: 	#7D7467;
				text-decoration			: 	none;
}
a:hover {
				color					: 	#FFFFFF;
				text-decoration			: 	underline;
}
a:active {
				color					: 	#7D7467;
				text-decoration			:	none;
}


