h1, h2, h3, h4, h5, h6 {
	color: #444;
}

hr {
	border-top: 1px solid #ddd;
}

/* background-color-style */
.light-grey {
	background: #ececec;
}
.light-grey2 {
	background: #efefef;
}
.dark-grey {
	background: #d8d8d8;
}
.grey-dark-gradient {
	background: #1c1c1c;
	background: -moz-linear-gradient(top, #1c1c1c 0%, #313131 40%);
	background: -webkit-linear-gradient(top, #1c1c1c 0%,#313131 40%);
	background: linear-gradient(to bottom, #1c1c1c 0%,#313131 40%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c1c', endColorstr='#313131',GradientType=0 );
}