body {
	color : #4f0000;
	background-color : #ffacac;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 12px;
}
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 : #ffdacc;
	max-width : 100%;
	margin-top : 8px;
	margin-bottom : 5px;
	color : #ff6464;
}
h1  {
	background-color : #ff6e37;
	max-width : 100%;
	margin-top : 8px;
	margin-bottom : 5px;
	color : #aa0000;
text-align : left;
	}