
	BODY {
	background: #E7FAD4;
	text-align: right;
	margin-left: 100px;
	margin-right: 10px;
	margin-top: 10px;
	color : black;
	font-weight: bold;
	font-size: 14px;
		background-image : url(pics/bg9.jpg);
	background-position : left;
	background-repeat : repeat-y;
}

	A {
		text-decoration: none;
		color: black;
		font-weight: bold;
	}

	A:Hover {
		text-decoration: none;
		color: black;
		font-weight: bold;
	}
