body {
	font-family: geneva;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	color: rgb(60, 60, 60);
	background-color: rgb(250, 250 250);
	margin-top:3%;
	margin-left:13%;
	margin-right:40%;
	margin-bottom:2%;
	
}

h1	{
	font-family: geneva;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	color: rgb(60, 60, 60);
	background-color: rgb(250, 250 250);
	letter-spacing:2px;

}

p	{
	font-family: geneva;
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	color: rgb(60, 60, 60);
	background-color: rgb(250, 250 250);
	letter-spacing:0.5px;
	text-align:justify;
	line-height:1.8;

}


a:link {
	color: rgb(40, 40, 40);
	text-decoration: none;
}

a:visited {
	color: rgb(100, 100, 100);
	text-decoration: none;
}

a:active {
	color: rgb(100, 100, 100);
	text-decoration: none;
}

a:hover {
	color: rgb(150, 150, 150);
	text-decoration: none;
	
}


table {
	background-color: rgb(250, 250, 250;
	margin-top:
	font-size: 80%;
}

table.center {
	margin-left: auto; margin-right: auto;
}