body {
	background: black;
	color: white;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;	
	margin: 0;
	padding: 0;
}
a:link, a:hover, a:visited, a:active {
	color: yellow;
	text-decoration: underline;
	font-size: 24px;
}
.header {
	font-weight: bold;
	font-size: 50px;
}