body {
	margin: 0;
	background-color: #232626;
}
td, input, select, textarea, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
a {
	color: #00B6DD;
	text-decoration: none;
}
a:hover {
	color: #A8CF54;
	text-decoration: underline;
}
.footer {
	font-size: 10px;
	color: #757A7B;
}
.field {
	border: 1px solid #2C3435;
	background-color: #2C3435;
	width: 200px;
}
.title {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #00b6dd;
	text-transform: lowercase;
}
.large, .date {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #92999b;
	text-decoration: none;
	text-transform: lowercase;
}
.plain {
	text-decoration: none;
}
a.plain:hover {
	text-decoration: none;
}
