body{
	background-color: black;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 30px;
	color: white;
	text-align: center;
	/*background-image: url(rubber-duck.png);
	background-position: center;
	background-repeat: no-repeat;*/
}

h1{
	margin-top: 200px;
}
#v1{
	position: fixed;
	bottom: 0;
	right: 0;
}
#v2{
	position: fixed;
	bottom: 0;
	left: 0;
}
#v3{
	width: 300px;
	height: 300px;
}
#yay{
	top: 0;
	margin-top: 0px;
	width: 1000px;
	margin: 0 auto;
}
a:link{
	color: #ffff00;
	text-decoration: none;
}
a:visited{
	color: #ffff00;
	text-decoration: none;
}
a:hover{
	color: #ff00ff;
	text-decoration: none;
}