/* CSS bestand tbv Lekko pages*/

body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 100%;
	color: #999999;
}
h2  {
     font-family:"Times New Roman", Times, serif;
	 color:#999999;
	 font-size:x-large;
	 }
h3  {
     font-family:"Times New Roman", Times, serif;
	 color:#999999;
	 font-size:large;
	 }	
	 	 
body {
	background-color: #000000;
	background-image:url(/images/lekko-blue-1680x1050.gif);
	background-repeat: repeat;
	background-position:center;
	background-attachment:fixed;
	}
a:link {color:#FFFFFF;
        text-decoration:underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration:underline
}
a:active {
	color: #ff0000;
}
a:hover {
    color:#FF0000;
	text-decoration:none;
}
.doorstreep{text-decoration:line-through}	



