@charset "UTF-8";
/* CSS Document */
hr{
	border: none 0; 
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #ccc;
	width: 80%;
	height: 3px;
	margin: 10px auto 0 75px;
	text-align: center;
	
	}
	
li {
	list-style:inside;
	
}