body {
	
		
	background: #ecffdb; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #ecffdb 0%, #83936b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ecffdb), color-stop(100%,#83936b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #ecffdb 0%,#83936b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #ecffdb 0%,#83936b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #ecffdb 0%,#83936b 100%); /* IE10+ */
	background: linear-gradient(135deg,  #ecffdb 0%,#83936b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecffdb', endColorstr='#83936b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	/*position: absolute; */
	height: 2000px;
	font-family: 'Doppio One', sans-serif;
	text-align:center;
}

.maintext {
	margin:0px auto;
	width:420px;
	text-align: left;
	/* border: 2px dotted white; */
}

.linklist {
	text-align: center;
	
}


a {
	color: #CCFFEE;

	
}



.headline {
	/*stitching*/
    outline: 1px dashed #98abb9;
    outline-offset: -5px;
     
    background-color: #556068;
    
    /* width: 80%; */
    /* margin: 100px auto; */
    
    padding: 20px;
    
     
    /*shadow*/
    -webkit-box-shadow: 2px 2px 2px #000;
    -moz-box-shadow: 2px 2px 2px #000;
    box-shadow: 2px 2px 2px #000;
}


ul {
	list-style: none;
	overflow: hidden;
	
	color: white;
	display: block;
	
	/* float: left; */
	
}

li {
	padding: 10px;
	margin: 12px;
	width: 336px;
	display: list-item;
	background: rgba(33,33,33,0.3);
	
	
	border: 5px solid black;

	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px; 


}


h1 {
	display: block; text-decoration: none;
	  
	text-align: center;
	color: #FFF;
/*	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4); */
	
	font-size: 30px;
		

	
}


span {
	color: #FFF;
	width: 300px;
	height: 200px;

	

	/* position: relative; */

	margin: 20px; 
	padding: 20px; 
	
	border: 1px solid; 
	background: rgba(33, 33, 55, 0.4);
	 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border-radius: 8px; 
	-moz-box-shadow: inset 3 0 0 5px #fff;
	-webkit-box-shadow: inset 3 0 0 5px #fff;
	box-shadow: inset 3 0 0 5px #fff; 

	
	
	
}