body {
	color : #0b0b0b;
	background-color : #f0e68c;
		font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 12px;
		margin-top : 10px;
}
td{
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 12px;
}
a {
	color : maroon;
	text-decoration : none;
}

a:hover {
	color : #d2691e;
	text-decoration : none;
}
 h2 , h3 , h4 {
	background-color : #fbf1df;
	max-width : 100%;
	margin-top : 8px;
	margin-bottom : 5px;
	color : #aaa44c;
}
h1  {
	background-color : #e8b14a;
	max-width : 100%;
	margin-top : 8px;
	margin-bottom : 5px;
	color : #65612d;text-align : left;
}