/*CSS Document*/

body {
	margin-top:3%;
	margin-left: 6%;
	margin-right: 6%;
	background-color: #E8E8E8;
}

.border {
	border: thin ridge #999999;
	background-color: #ffffff;
	}
	
	

.content {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}
.content1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #000000;
}
.border1 {
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000000;
}
