@charset "utf-8";
/* CSS Document */


body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	margin-top: 100px;
	background-color: #FFF;
	background-repeat: repeat-x;
}

.highlight{
    color: #404f93;
    padding-left: 8px;
    font-family: Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;

}
.maintain{
	width: 25%;
	border-style: solid;
	border-width: 2px;
	box-shadow: 10px 10px 5px #e7e5e5;
	border-color: #7b71ad;
	padding: 40px;
	border-radius: 10px;
}