/* CSS Document */

#inset {
	width: 700px;
	background-color: white;
	color: black;
	border: 1px solid black;
	padding: 3px;
	margin: 10px 0 10px 10px;
	font-size: 13px;
	text-align: justify;
	}
	
#inset h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: -10px;
	}
	
.inset {
	width: 700px;
	background-color: white;
	color: black;
	border: 1px solid black;
	padding: 3px;
	margin: 10px 0 10px 10px;
	font-size: 13px;
	text-align: justify;
	}
	
.inset h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: -10px;
	}
