DIV {
	margin-left : 15px;
}
BODY {
	color: Black;
	background-color: #FFFAC7;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	
}

LI {
	list-style-type : square;
	margin-left : -10px;
}


A {
	color: #008066;
	text-decoration: none;
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : 300;
}

A:HOVER {
	color:  #FFFAC7;
	text-decoration: underline;
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : 300;
	background-color : #008066;
}