body    {
	background:white;
	font-family: "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}
h1	{
	margin: auto;
	text-align:center;
}
a	{
	color: white;
	text-decoration: none;
}
img	{
	margin: auto;
	display:block;
	padding:10px;
}
.links {
	border: solid 2px #1D1D1D;
	border-radius: 5px;
	background:#404040;
	padding:10px;
	margin: auto;
	max-width: 50%;
	color: white;
}


