@CHARSET "UTF-8";

#mission + p {
	margin: 2px;
	padding: 2px;
	text-align: center;
	width: 80%;
	margin-left: auto;
    margin-right: auto;
	background: rgb(204, 224, 255);
	-webkit-transition: background 1.5s; /* Safari */
    transition: background 1.5s;
}

#mission + p:hover {
	background: rgb(51, 133, 255);
	box-shadow: 3px 3px 3px rgb(204, 224, 255);	
	}


ul.list_A_type {
	margin-left: 40px;
	margin-right: 40px;
	font-size: 90%;
    word-spacing: 3px;
	line-height: 155%;
	text-shadow: 0.3px 0.3px rgba(0, 0, 0, 0.3);
}

ul.list_A_type > li {
	margin: 2px;
	padding: 2px;
	list-style-type: square;
	background: rgb(204, 224, 255);
	-webkit-transition: background 1.5s; /* Safari */
    transition: background 1.5s;
    
}

ul.list_A_type > li:hover {
	background: rgb(51, 133, 255);
	box-shadow: 3px 3px 3px rgb(204, 224, 255);
}