
BODY {
	background-color : #CCDDFF;
	font-size : 16px;
	font-family : Verdana, Arial;
	margin-left : 8%;
	margin-right : 8%;
	background-image : url(sky1.jpg);
	color : Navy;
	text-align : justify;
}

.mainhead1 {
	color : Red;
	font-family : Verdana, Arial;
	font-size : 30px;
	font-weight : bold;
	text-align : center;
}

.mainhead2 {
	color : Blue;
	font-size : 22px;
	font-weight : bold;
	text-align : center;
	}
	
.mainhead3 {
	color : Navy;
	font-size : 18px;
	font-weight : bold;
	text-align : center;
	}

.h24px {
	color : navy;
	font-size : 24px;
	font-weight : bold;
	}

.h20px {
	color : navy;
	font-size : 20px;
	font-weight : bold;
	}
	
.h18px {
	color : navy;
	font-size : 18px;
	font-weight : bold;
	}
	
.qa {
	color : Navy;
	font-size : 26px;
	font-weight : normal;
}

.i {
    font-style : italic;
}

.quotesig {
	font-style : italic;
	color : Navy;
	font-size : 13px;
	font-weight : bold;
}

A:Link  {
 	font-family : Verdana, Arial;
 	font-weight : Normal;
 	color : Red;
}

A:Visited  {
 	font-family : Verdana, Arial;
 	font-weight : Normal;
 	color : Red;
}
 
A:Hover  {
	font-family : Verdana, Arial;
	font-weight : Normal;
	color : Fuchsia;
}

.blockquote {
	text-indent : 10%;
}

