.style1 {
	font-family: Arial;
	font-size: 14pt;
	color: navy;
}
body {
	background-color: #1C701B;	
}
.redheading {
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-style: normal;
	text-align: center;
}
.blueheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #000080;
	background-position: center;
	text-align: center;
}


.boxborder {
	border: 1px solid #000000;
}
.fakelink {
	color: #0000CC;
	text-decoration: underline;
}
.yellowhighlight {
	background-color: #FFFF00;
}

