/*images mogen nooit border hebben */
img{
  border:0;
}

/* LINKS zijn geel en hover wordt rood onderlijnd */
a:link		{	text-decoration : none ;
			color : #FFCC00 ; }

a:visited	{	text-decoration : none ;
			color : #FFCC00 ; }

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

/* MENU LINKS moeten zwart zijn, hover rood onderlijnd */
a:link.menutext		{	text-decoration : none ;
			color : #000000 ; }

a:visited.menutext	{	text-decoration : none ;
			color : #000000 ; }

a:hover.menutext		{	text-decoration : underline ;
			color : #FF0000 ; }

/* tekst */
.tekst {
	color: #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.big {
	color: #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.menutext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #3C78B5;
	font-size: 13px;
	font-weight: bold;
}

/* bottom picture */
BODY { 
  background-image: url("images/emobar.gif");
  background-repeat: repeat-x;
  background-position: bottom;
}