
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: white;
	text-align: left;
	margin-left: 50px;
	margin-right: 20px;
	
	
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: white;
	margin-right: 20px;
}
body {
   background-color: #DEE3C4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: black;
	 }
p {
	font-family: Helvetica, sans-serif;
	color: #245C20;
	font-size: 16px;
	font-weight: normal;
	margin-left: 30px;
   margin-right: 20px;
}
hr {
	color: #669933;
	width: 85%;
	
}

img {
	border: 2px solid #000000;
}

.fsize1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #006699;	
}
.fsize2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #000000;	
}
h2 {
   font-family: Arial, Helvetica, sans-serif;
	color: #de6100;
	font-size: 20px;
}

h3 {
   font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 22px;
	font-weight: bolder;
	background-color: #EDEDED;
	margin-left: 30px;
	margin-right: 50px;
	padding-left: 10px;
}

h4 {
   font-family: Arial, Helvetica, sans-serif;
	color: #a54531;
	font-size: 16px;
	background: 0
	margin-left: 25px;
	margin-left: 10px;
}
.titles {
	font-family: sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: Green;
}
.titles2 {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #a54531;
}
.titles3 {
	font-family: sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #386892;
}
.titles4 {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #990000;
}
.titles5 {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: Green;
}
.titles6 {
	font-family: sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #00ff00;
}

a:link {
	color: #8B2E35;
	background-color: transparent;
	text-decoration: underline;
}
a:visited {
color: #8B2E35;
background-color: transparent;
text-decoration: underline;
}
a:hover {
	color: #E9967A;
	background-color: transparent;
	text-decoration: underline;
}
a:active {
	color: #8B2E35;
background-color: transparent;
text-decoration: underline;
}
