h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	font-size: xx-large;
}

body {
	background-color: #FF6600;
	margin-left: 50px;
	padding-left: 0px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	font-size: x-large;
}
.yellow {
	color: #FFFF66;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bolder;
	font-size: large;
	color: #000000;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	color: #000000;
}}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: medium;
	color: #000000;
}
.blue {
	color: #000099;
}

h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: normal;
	text-indent: 2em;
 margin-top: 0; 
 margin-bottom: 0;
}
.red {
	color: #FF0000;
}
body {
	padding-left: 40px;
}
 
