body {
	background: #FFDEAD;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #191970;
	border-left-width: thick;
	background-image: url();
	background-repeat:repeat; 
	}

p {
	padding: 5px;
	background: #F0FFF0;
	margin-left: 10px;
	margin-right: 10px;
	text-indent: 20px;
	text-align: justify;
	font-weight: 600;
	border: outset ;
}

H1{
	background-color: #EAFFEA;
	color: #228B22;
	font-family: serif;
}
 h2, h3, {
	color: #00008B;
	background-color: #CEDBF9;
}
h4{
	color: #00008B;
	font-size: 12px;
	background-color: #CEDBF9;
}

h5{
	color: #A52A2A;
	background-color: #E3FFE4;
}
h6{
	color: #A52A2A;

}

A {
	text-decoration: none;
	font-size: 11px;
	font-weight: 600;
	color: Blue;
}

A:Hover {
	text-decoration: none;
	font-size: 11px;
	font-weight: 600;
	color: Green;
	
}
hr {
	color: #32CD32;
	height: 2px;

}









