@import url('reset.css');

/* General Demo Style */
body{
	color:#000;
	font-family: hel_con, Arial, sans-serif;
	font-size:13px;
	min-height:2000px;
}
a{
	color:#000;
	text-decoration:none;

}
.clr{
	clear:both;
}
h1{
	padding:20px;
	font-size:28px;
	color:#333;
    font-family: DIN-head, Georgia, serif;
	font-weight:400;
    text-align:center;
    text-shadow:1px 1px 1px #fff;
}
h1 span{
	font-size:18px;
	color:#000;
}
.more{
    font-family: DIN-head, Georgia, serif;
	margin:0 auto;
	text-align:center;
	color:#000;
	font-size:15px;
	color:#444;
}
.more p{
	display:block;
	margin:10px;
}
.more a{
	color:#666;
	white-space: nowrap;
	font-weight:bold;
	background:#fff;
	padding:1px 6px;
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
.more a.current,
.more a.current:hover{
	color:#fff;
	background:#000;
}
.more a:hover{
	background-color:#000;
	color:#fff;
}
