body
{
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 13px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #FFFFFF;
}

.wrapper
{
	width: 488px;
	margin: 30px auto 0 auto;
	text-align: left;
	background: #FFFFFF;
	border-left: 8px solid #FFFFFF;
	border-right: 8px solid #FFFFFF;
}

.name
{
	text-align: center;
	margin: 0px 0px 20px 0px;
}

.link
{
	text-align: center;
	margin: 30px 0px 0px 0px;
}

.link a:link
{
	color: #000000;
	text-decoration: underline;
}
 
.link a:visited
{
 	color: #000000;
	text-decoration: underline;
}
 
.link a:hover
{
 	color: #000000;
	text-decoration: none;
}
 
.link a:active
{
 	color: #000000;
	text-decoration: underline;
}
