html,
body {
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	font-size: 15px;
	text-align: center;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	color: #666;}


#start {
	text-align: center;
	height: 100px;
	width: 100%;
	margin-top: 22%;
	position: absolute;
  }



li a {
	text-decoration: none;
	color: #666;
}

li a:hover {
	text-decoration: none;
	color: #000;
}

li a:active {
	border-style:none;
	text-decoration: none;
}

li a:visited {
	border-style:none;
	text-decoration: none;
}



ul {
	list-style-type: none;
padding: 0;}

li{
	list-style-type: none;
padding-left: -10px;
padding-bottom: 5px;}



h1
{
	font-size: 28px;
	font-weight: normal;
	line-height: 1px;
margin-bottom: -4px;}

h2{
	font-size: 15px;
	letter-spacing: 2px;
	line-height: 1px;
	font-weight: bold;
}
