body{
	margin: 0;
	padding: 0;
}
.title{
	padding-top: 2%;
    text-align: center;
    height: 4vh;
    background: #9d3131;
    font-size: 4vw;
color: azure;
}
.return{
	margin-left: 2%;
    margin-top: -8%;
    width: 38px;
    height: 28px;
}
.list_content{
	text-indent: 5rem;
	margin: 48px AUTO;
	width: 90%;
	text-align: justify;
	font-size: 1.5vw;
	line-height: 5vh;
}
body a{
			color: #000000;
			text-decoration:none;
		}