html, body {
	background-color: #1a1a1a;
	color: #FFFFFF;
	font: 0.85em Verdana, Arial, Helvetica, sans-serif;
}
#info {
	text-align: center;
	color: #FFFFFF;
	margin: 24px;
}
.heading {
	font-weight: bold;
	color: #00CCFF;
	font-size: 1em;
	text-transform: capitalize;
}
a:link {
color: #e6ab0e;
text-decoration:none;
}
a:visited {
color: #e6ab0e;
text-decoration:none;
}
a:hover {
color: #e6ab0e;
text-decoration:underline;
}
a:active {
color: #e9411d;
text-decoration:underline;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.hidden{
	display:none;
}

