@charset "UTF-8";
/* CSS Document */

table {
	margin-top:0px;
	}

html,body {
  	background-image:url(http://www.kachelaer.nl/images/bg.gif);
    background-position: center;
	background-color: #3C0000;
    background-attachment: fixed;
    background-repeat: repeat-y;
  	margin:0;
	padding:0;
	height:90%;
	font-family: Arial,Verdana,arial,sans-serif;
	font-size:11px;
	color:#CBAC63;
}
A:link {text-decoration: underlin; color: #CBAC63;}
A:visited {text-decoration: underline;color: #CBAC63;}
A:active {text-decoration: underline;color: #CBAC63;}
A:hover {text-decoration: underline overline; color: #CBAC63;
}
a {
cursor: Hand;
}

