  <style>
					a	{
						color: #1732ff;
						font-weight: normal;
						font-style : normal;
						text-decoration: underline;}

					A:link {
						text-decoration: underline;
						color: #1732ff;
						font-weight: normal;
						font-style : normal;}
						
					A:active {
						text-decoration: underline;
						color: #1732ff;
								font-weight: normal;
						font-style : normal;}
						
					A:visited {
						text-decoration: underline;
						color: #1732ff;
								font-weight: normal;
						font-style : normal;}

					a:hover{
						color: #000000;
						text-decoration: underline;
					    font-weight: normal;
						font-style : normal;}
						
					.body  {
						font-family : verdana;
						font-style : normal;
						color: #000000;
						font-size : 12;
						font-weight : normal;
						line-height : 16px;}
						
						

					.kopje 	{	
						font-family : verdana;
						font-style : bold;
						color: #000000;
						font-size : 14;
						font-weight: bold;
						}
						
					

</style>