B {
	color : #556B2F;
	cursor : crosshair;
	direction : inherit;
	font-family : "Times New Roman", Times, serif;
	font-size : large;
	font-style : normal;
	font-variant : small-caps;
	font-weight : 500;
	height : auto;
}
H1 {
	background-color : #FAEBD7;
	border : medium inset;
	font-family : "Courier New", Courier, monospace;
}
		
	H2 {
	background-color : #FAEBD7;
	border : light inset;
}

I {
	font-family : "MS Serif", "New York", serif;
	font-size : small;
	font-style : italic;
	font-variant : normal;
	font-weight : bolder;
	height : auto;
	color : #5F9EA0;
}

BODY {
	border : thin outset Green;
	clear : both;
	color : #228B22;
	cursor : e-resize;
	font : normal;
	word-break : normal;
	margin-left : 15%;
	list-style-type : none;
	background : #F5F5DC;
}

UL {
	layout-grid-char : none;
	letter-spacing : normal;
	list-style-position : inside;
	list-style-type : square;
	text-justify : newspaper;
	visibility : visible;
	margin-left : 10%;
}
LI {
	font : normal normal cursive;
	letter-spacing : normal;
	list-style : none outside none;
	text-justify : auto;
	ruby-position : inline;
}

