BODY {
	background-color : white;
	font-family : sans-serif;
	color : white;
	font-size : small;
	font-variant : normal;
	font-weight : lighter;
	text-align : center;
}

P{
	background-color : white;
	border : none;
	font-family : sans-serif;
	color : black;
	font-size : small;
	font-variant : normal;
	text-align : justify;
}

A:LINK {
	color : navy;
	text-align : left;
}

A:VISITED {
	color : navy;
	text-align : left;
}

A:HOVER {
	color : navy;
	text-align : left;
}

H1{
	background-color : white;
	border : none;
	color : navy;
	font-size : x-large;
	text-align : center;
	margin-top : 30px;
	margin-bottom : 20px;
}

H2{
	background-color : white;
	border : none;
	color : black;
	font-size : small;
	text-align : left;
	margin-bottom : 50px;
}

H3{
	background-color : white;
	border : none;
	color : black;
	font-size : small;
	text-align : center;
	margin-bottom : 50px;
}

H4{
	background-color : white;
	border : none;
	color : navy;
	font-size : large;
	text-align : center;
	margin-top : 30px;
	margin-bottom : 20px;
}

TABLE {
	text-align : left;
	color : black;
	background-color : white;
	font-family : sans-serif;
	font-size : small;
	border-width : 5;
}

TD {
	padding : 5px;
	align: "justify";
}


TH {
	padding : 5px;
	color : navy;
}

