/* BODY */
<!--

body
{
	overflow-x:hidden;
	overlow-y:auto;
	font-family: Garamond;
	font-size: 12px;
	color:#000000;
	background-image: url(../afbeeldingen/background.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
	background-color:#FFFFFF;
	text-align: left;
	font-style: normal;
	border: none;	
} 

/* ---------- STYLES VOOR LINKS ---------- */

/* A:LINK */
a:link
{
  text-decoration: underline blink;
  color:#993300;
}

/* A:VISITED */
a:visited
{
  text-decoration: underline;
  color:#000000;
}

/* A:HOVER */
a:hover
{
  text-decoration: none;
  color:#0066FF;
}
