body	{
	background-color: white;
	color: black;
	margin: 100px;
	font-family: Century Gothic,Arial,sans-serif;
	}

table	{
	background-color: white;
	talign: center;
	color: #06246F;
	font-size: small;
	width:80%;
 	margin:10px auto;

		
	}

td	{
	font-size: medium;
	text-align: center;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;	
	}

header	{
	background-color: white;
	color: black;
	font-size: xx-large;
	text-align: center;
	}

nav	{
	background-color: white;
	color: #993333;
	text-align: center;
	font-size: large;
	}


footer	{
	background-color: black;
	color: white;
	text-align: center;
	margin: 75px;
	}
	
ul	{
	color: ##FFA473;
	font-size: medium;
	text-align: left;
	list-style: square inside;
	}


ol	{
	color: #FFEE73;
	font-size: 1em;
	list-style-type: upper-alpha;
	}
	
h1	{
	text-align: center;
	font-size: 36px;
	color: #993333;
	}
	
h2	{
	text-align: left;
	font-size: 24px;
	color: #993333;
	}
	
h3	{
	text-align: right;
	font-size: 30px;
	color: #993333;
	padding-right: 200px;
	}

h4	{
	text-align: right;
	font-size: 20px;
	color: #993333;
	padding-right: 200px;
	}

a:link	{
	text-decoration:none;
	color: white;
	}

a:active	{
	text-decoration:none;
	color: white;
	}

a:visited	{
	text-decoration:none;
	color: gray;
	}
a:hover	{
	text-decoration:underline;
	color: gray;
	}