a:link { text-decoration: none; color: #333333}
a:visited { text-decoration: none; color: #333333}
a:active { text-decoration: none; color: #333333}
a:hover { text-decoration: none; color: #444444}

body
	{
	background-color: #111111;
	margin: 0px;
	padding: 0px;
	}

.header
	{
	margin-top: 100px;
	font-family: Times New Roman;
	font-size: 12px;
	color: #333333;
	text-align: center;
	}

.article
	{
	margin-top: 120px;
	font-family: Times New Roman;
	font-size: 12px;
	color: #333333;
	text-align: center;
	}

.bottom
	{
	margin-top: 30px;
	margin-bottom: 10px;
	font-family: Times New Roman;
	font-size: 10px;
	color: #333333;
	text-align: center;
	}

form#txpCommentInputForm td {
	vertical-align: top;
	}