<style type="text/css">
	b { font-weight: bold; }
	u { text-decoration: underline; }
	img { border-color: #000000; border-style:solid; }
	body {
		font-family: ariel;
		font-size: 18px;
		font-weight: 100;
		color: black;
		background-color: white;
	}
	table {
		background-color: #ADD8E6;
		padding: 4px;
		vertical-align: middle;
		border: 1;
		border-color: Navy;
		border-style: groove;
	}

	h1 {
		font-family: "ariel";
		font-size: 45px;
		font-weight: bolder;
		color: Navy;
		text-decoration: none;
		text-align: center;
	}
	h2 {
		font-family: "ariel";
		font-size: 35px;
		font-weight: 100;
		color: Black;
		text-decoration: none;
		text-align: center; }
	a:link {
		text-decoration: underline;
		font-weight: bold;
		color: Navy; }
	a:visited {
		text-decoration: underline;
		font-weight: bold;
		color: Maroon;
	}
	a:active {
		text-decoration: underline;
		font-weight: bold;
		color: Black; }
	a:hover {
		text-decoration: underline;
		font-weight: bold;
		color: Lime;
	}
	.style1 {
		font-size: smaller;
	}
	.style2 {
		color: #191970;
		font-size: 24px;
		font-weight: bold;
	}
	.style3 	{
		font-size: 14px;
		color: white;
		font-weight: bold;}
	.style4 	{
		font-size: 12px;
		color: black;
		align: left;}
	.style5 	{
		font-size: 18px;
		color: Black;
		font-weight: bold;
		list-style-type: disc;
		list-style: disc outside;
		list-style-image: none;
		list-style-position: inside;
	}
</style>

