body {
	font-family : Arial, Helvetica, sans-serif;
   margin-left : 5%;
	margin-right : 5%;
	color : Black;
	background-color: Navy;
	}
div.body
	{
		width: 80%;
	}
h1,h2,h3,h4 {
	text-align : center;
}
p {
	text-indent : 20px;
}
a {
	color : Blue;
	text-decoration : none;
}
table {
	width : 100%;
}
th {
	text-align : center;
	background-color : White;
	border-style: solid;
	border-color: #F3F3F3;
}
td {
	vertical-align : top;
	padding : 10px;
	background-color: White;
	border-style: solid;
	border-color: #f3f3f3;
	width: 33%;
}
ul {
	list-style-type: none;
	text-indent: 0px;
	}
li {
	padding-bottom: 10px;
}