
html {
	width: 600px;
	color: #ccffcc;
	background: #006600;
	font-family: Helvetica, Arial, sans-serif;
}

a {
	color: #99ff00;
	text-decoration: none;
}

a:hover {
	color: #006600;
	background: #99ff00;
}

#pic {
	position: absolute;
	top: 20px;
	left: 500px;
}


