@import url('reset.css');

/* General Demo Style */
body{
	background:#e4ebe9 repeat top left;
}
a{
	color:#000;
	text-decoration:none;
}
.clr{
	clear:both;
}
h1 {
	margin:20px;
	font-size:36px;
	text-shadow:1px 1px 1px #fff;
	text-align:center;

}
h1 span {
	font-size:16px;
	display:block;
	color:#60817a;
}
