BODY {

	font-family :  Times, arial ;
	text-align: justify;
	background-color: #99DD92;
        background-position : left;
	
}


A:Hover {
	text-decoration: underline;
	color: red;
}

li{
	color: black;
}

A:link {
	text-decoration: underline;
	color: blue;
}

A.visited{
	color: Lime;
}
H1{
	font-size: large;
	font-variant: small-caps;
	font-weight: bold;
	color: black;
}
H2 {
	color: black;
}

H3 {
	color: black;
}

H4 {
	font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color: black;
}
H5 {
	font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color: black;
}

H6 {
	font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color: black;
}
P{
	color: black;
}



