html {margin: 0;
	padding: 0;
}

body {
	font: 12pt Arial, Times New Roman, Verdana, Helvetica, sans-serif;
	margin: 5;
	padding: 0;
	background: "#FFE7C6";
	color: black;
	
}


h1 h2, h3, h4 {
	color: #"black";
	font-weight: strong;
	margin: 5px 5px;
}

h1 {
	font-size: 24pt;
}

h2 {	font-size: 20pt;
}

h3 {
	font-size: 16pt;
}


p {
	margin: 10px 10px;
} 


a active{
	text-decoration: none;
	font-weight: strong;
	color: green;
}

a:link	{
	color: blue;
}

a:visited {

	color: 520031;
}

a:hover {
	text-decoration: 	none;
	font-weight: strong;
	color: blue;
	background: none;

table {


