body {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	background-color: #252525;
	margin: 3px;
}

#text{
	font-size: 12px;
}

#texthome{
	font-size: 13px;
	font-style:italic;
}

#a{
	text-decoration: none;
	border: 0px;
}

a img {
	border: 1px solid #555555;
}

a:hover img {
	border: 1px solid #b7b0b0;
}

a:hover {
	color:  #ffffff;
	text-decoration: underline;
}

td#portfolioLink {
	font-size: 12px;
	font-weight: bold;
	text-align: right;

	}
#portfolioLink a {
	text-decoration: none;
		color: #FFFFFF;
}

#portfolioLink a:hover {
	text-decoration: none;
		color: #b7b0b0;
}

h6 {
	color:#666666;
	font-size:11px;
	font-family: "Trebuchet MS";
	font-weight:normal;
	}
	
a {
	color:#666666;
	font-size:11px;
	font-family: "Trebuchet MS";
	font-weight:normal;
	text-decoration:none;
	}
a:link {color:#666666;}
a:visited {color:#666666;}
a:hover {
	color: #CCCCCC;
	text-decoration:none;
}


#menu {
	font-size: 0.9em;
	width: 650px;
	margin-bottom: 10px;
	margin-left: 150px;
	margin-top: 1px;
}
#menu li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu a {
	background-image:  url(assets/l1_down.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
}

/*kleur menu text*/
#menu a:link, #menu a:visited {
	color: #FFFFFF;
}
#menu a:hover, #menu a:active {
	background-image:  url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #999999;
}
#setlink a:link, #setlink a:visited, 
#setlink a:hover, #setlink a:active {
	background-image:  url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #F71EC5;
}
