/* background color */
body{
	background-color: #2D2D2D;
	color: #ffffff;
}

/* link color */
a:link,
a:visited,
a:active,
a:hover {
	color: #909090;
}
