

.maincolumn
{
	text-align: center;
	background-color: white;
	color: black;
	width:600px;
	height: 100%;
}

.content
{
	text-align: center;
	position: relative;
	margin-left:auto;
	margin-right:auto;
	margin-top: 40px;
	width: 280px;
}

.originalcontent
{
	position: relative;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	width: 80%;
	text-align:left;
}

body
{
	text-align: center;
	margin: 0px;
	background-color: black;
}
	
a:link			{	text-decoration: none;	color: #008800; }
a:visited		{	text-decoration: none;	color: #888888; }
a:hover, a:active	{	text-decoration: none;	color: #009999; }