.demo_title {
	color: #fff;
	font-size: 22px;
	line-height: 37px;
}

.demo_main {
	text-align: justify;
	font-size: 14px;
	padding: 10px 100px;
	line-height: 20px;
}

.demo_main a {
	color: #009;
	text-decoration: none;
	font-size: 14px;
}

.demo_main a:hover {
	text-decoration: underline;
}

.demo_subTitle {
	color: #666;
	font-size: 20px;
	padding: 10px 0;
	display: block;
	text-align: center;
}

strong {
	font-weight: bold;
}

h1 {
	color: #c1003f;
	font-size: 18px;
	padding: 10px 0 20px 0;
	display: block;
}

p {
	margin-top: 0;
}

.demo_organiser {
	clear: both;
	border: 2px solid #f46;
	padding: 10px;
	margin: 15px auto;
	width: 400px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.demo_organiser > a {
	display: block;
	margin-top: 15px;
	font-size: 14px;
}