

body {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

a:link {
	color: #FF0000;
	text-decoration: underline;
	}
	
a:visited {
	text-decoration: none;
	color: #00008B;
	}
	
a:hover {
	color: #00008B;
	text-decoration: underline;
}

a:active {
	color: #00008B;
	text-decoration:underline;
	}
	
.heading {
	font-family: Georgia,Times New Roman,Helvetica,Georgia, Arial,   sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: black;
}

.locationbar { font: bold 20px Times New Roman, helvetica, sans-serif; color: #FFFFFF}

P {
	margin: 5px 10px 5px 10px;
	text-align: justify;
	font-family:"Times New Roman", "Bell MT", "Gill Sans MT", "@Arial Unicode MS",  sans-serif;
}

HR {
	HEIGHT: 3px;
	WIDTH: 75%;
}

INPUT {
	BORDER-RIGHT: 1px solid black;
	BORDER-TOP: 1px solid black;
	FONT-SIZE: 11px;
	BORDER-LEFT: 1px solid black;
	BORDER-BOTTOM: 1px solid black;
	BACKGROUND-COLOR: White;
}