/* @group Layout */

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

#content a:link, #content a:visited {
	color: #2266AA;
	text-decoration: none;
}

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

#content h1, #content h2 {
	font-weight: normal;
	color: black;
}

#content h3, #content h4, #content h5, #content h6 {
	font-weight: bold;
	color: black;
}

#content b, #content strong {
	font-weight: bold;
	color: black;
}

/* @end */

/* @group Buttons */

a.rounded-button {
	box-shadow: 0px 1px 1px #ccc;
	text-shadow: 0px 1px #000;
}

/* @end */

