BODY {
	background: white;
}

H1 {
	border-style: outset;
	border-color: #33bb33;
	border-width: 0 0 6 16;
	margin-left: 5px;
	margin-right: 15px;
	padding-left: 10px;
	font-size: 20pt;
	font-weight: bold;

}

P {
	margin-left: 50px;
	margin-rigth: 10px;
 
}
H2 {
	background-color: orange;
	color: white;
	border-style: none;
	border-width: 1px;
	margin-left: 5px;
	margin-right: 10px;
	pading-left: 0px;
	font-size: 18pt;
	font-weight: bold;
}
