/* @group General Styles */

em {
	color: white;
}

/* @end */

/* @group Layout */

#content {
	color: #999999;
	background: black;
}

#content a:link, #content a:visited {
	color: #66ccff;
	text-decoration: none;
}

#content a:hover, #content a:active {
	text-decoration: underline;
}

#content h1,  #content h2,  #content h3,  #content h4,  #content h5,  #content h6 {
	font-weight: normal;
	color: #ffffff;
}

#content b,  #content strong {
	font-weight: normal;
	color: #ffffff;
}

/* @end */

/* @group Buttons */

a.rounded-button {
	box-shadow: 0px 1px 1px #333;
}

/* @end */

