* {
	font-family: Verdana;
}
body {
	margin: 0px;
	background-color: #000;
}
.Main{
	margin-top: 20px;
	text-align:center;
}
.WhiteHolder 
{
}
.WhiteHolder *
{
	color: white;
}
.PreviewBackLink
{
	padding:15px;
	background-color:White;
	border-bottom:dashed 1px black;
	text-align:center;
}
.PreviewBackLink a:link,
.PreviewBackLink a:visited,
.PreviewBackLink a:active
{
	font-weight:bold;
	color:Black;
	font-size:12px;
	font-family:Arial, Sans-Serif;
}
.PreviewBackLink a:hover
{
	font-weight:bold;
	color:Gray;
	font-size:12px;
	font-family:Arial, Sans-Serif;
}