﻿body {
	background-color:#e7e7e7;
	font-size: 14px;
	line-height: 1.6;
}

h2 {
	font-size: 16px;
	text-align: center;
}

.header-bg {
	line-height:50px;
 	background-color: #808080;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#808080));
}

.header-text {
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}


