/* CSS Document */

* { 
margin: 0px; 
padding: 0px; 
}
body{
	background-image: url(Images/bglinks.jpg);
	background-repeat: no-repeat;
}
#kopje{
	background-color: #330033;
	height: 30px;
	width: 190px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCFF00;
}
#links {
	height: auto;
	width: 170px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #BB00BB;
	padding-top: 30px;
	font-size: 11px;
	padding-right: 10px;
	padding-left: 10px;
}

#links a{
	text-decoration: none;
	color: #42FFFB;
}

#links a:active{
	text-decoration: none;
	color: #BB00BB;
}

