body
{
	background: #000000;
}

.block
{
	width:150px;
	height:50px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-25px 0 0 -75px;
}

.name
{
	font-family:Monospace;
	color:white;
	font-size:20px;
	font-weight:bold;
}

.links
{
	font-family:Monospace;
	color:white;

	font-size:14px;
}

a:link
{
	color:#ffffff;
	text-decoration: none;
}

a:visited
{
	color:#ffffff;
	text-decoration: none;
}

a:hover
{
	color:#cccccc;
	text-decoration: none;
}
