body {
	background-color: #131313;
	color: #9a9c9e;
	font-family: 'Trebuchet MS', verdana, sans-serif;
	font-size: 13px;
}

a {
	color: #eee;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: orange;
}

.normal a {
	color: #9a9c9e !important;
}

.heading {
	font-size: 25px;
}

img {
	margin-top: 20px;
	border: solid 2px #444;
	padding: 3px;
}