@charset "utf-8";
body {
	background-color: #000000;
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

#mainContent {
	background-color: #575757;
	color: #ffffff;
	width: 70%;
	margin: 0 auto;
	margin-top: 0 auto;
}

.alignTop {
	vertical-align: top;
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.cntrObject {
	margin: 0 auto;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.dateText {
	font-size: .6em;
	text-align: left;
}
