* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FF6600;
	text-align: center;
	color: #FFFFFF;
}


#intro {
	color: #FFFFFF;
	font-family: Tahoma, Magneto, sans-serif;
	font-size: 16px;
	text-align: center;
	height: 460px;
	width: 300px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10%;
	border: 1px solid #FFFFFF;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 5px;
}
#intro p {
	margin-top: 18px;
}

#intro a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}
#intro a:hover {
	color: #FFFFFF;
	font-size: 18px;
}
#intro a:visited {
	color: #FFFFFF;
}
#piet  {
	border: 1px solid #FFFFFF;
	font-family: Tahoma, Magneto, sans-serif;
	margin: 20px;
	height: 20px;
	width: 300px;
	color: #FFFFFF;
	text-decoration: none;
}
#piet  a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}
#piet  a:hover {
	color: #FFFFFF;
	font-size: 18px;
}
#piet  a:visited {
	color: #FFFFFF;
}
