<sttyle type="text/css">
h1 {color:blue;
	background:white;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	border:2px maroon solid;
	padding:10px;
	}
h2 {color:blue;
	background:white;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	text-indent:0;
	border:2px maroon solid;
	

	}
	
h3,h4,h5{color:blue;
	background:white;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	text-indent:0;
	border:2px maroon solid;
	}
 h6{color:blue;
	background:white;
	font-size:20px;
	font-weight:bold;
	text-align:left;
	text-indent:0;
	
	}
	table 
{
float:right;
width:60%;

cellpadding:2px;
cellspacing:2px;
border:1px solid red;
margin:5px 20px 20px 20px;

}

body {
	
	text-indent:2em;
	color:black;
	background:#D4F4D4;
	font-size: 20px;
	text-align:justify;
	border-top:1px brown solid;
	border-left:1px brown solid;
	border-right:1px brown solid;
        border-bottom:1px brown solid;
	padding-top:2px;
	padding-left:2px;
	padding-right:2px;
        margin-left:5px;
	}


div.fleft {float:left;padding-left:5px;padding-right:5px;}
div.fleft p {text-align:left;}
	


p{
	text-indent:2em;
	color:black;
	background:#D4F4D4;
	font-size: 20px;
	text-align:justify;
	margin-left:20px;
	padding-top:2px;
	padding-left:2px;
	padding-right:2px;
        margin-left:5px;
}
p:first-line {color:blue;
			font-size: large; }

p.even{
	text-indent:2em;
	color:black;
	background:white;/*#B2FFB2;*/
	font-size: 20px;
	text-align:justify;
	border-left:2px brown solid;
	border-right:2px brown solid;
	padding-top:10px;
        margin-left:5px;
}

b {color:darkblue;
	font-size:20px;
	text-indent:2em;
	text-align:justify;
	padding-left:0;
	padding-right:0;}

ul.circle{list-style-type:circle;text-indent:2em;
	color:black;background:#D4F4D4;}
	
	
	
ul.square{list-style-type:square;text-indent:2em;
	color:black;
	background:#D4F4D4;
	}

ol.decimal{list-style-type:decimal;color:green;background:#D4F4D4;}
ol.decimal_zero{list-style-type:decimal-leading-zero;color:green;background:#D4F4D4;}
ol.lower_roman{list-style-type:lower-roman;color:green;background:#D4F4D4;}
ol.upper-roman{list-style-type:upper-roman;color:green;background:#D4F4D4;}
ol.lower-alpha{list-style-type:lower-alpha;color:green;background:#D4F4D4;}
ol.upper-alpha{list-style-type:upper-alpha;color:green;background:#D4F4D4;}

.greensmalltext {font-size:14px;color:black;}
.red20pxtext {font-size:20px;color:red;}

.boxed {
  border: 1px solid red ;
  background-color:paleblue;
}
