
table, th, td   {
		border: 0px solid black;
		border-collapse: collapse;
		padding: 15px;
		text-align: center;
		margin:auto;
		}


.DivFooter	{
		position: fixed;
		bottom: 0;
		width: 100%;
		margin:auto
		font-faily: "Courier New", monospace;
		background-color: #ffffff;
		border-top: 1px solid #000000;
		}

.nav 		{
		background-color: none;
		list-style-type: none;
		text-align: center;
		margin: 0;
		padding: 0;
		}

.nav li		{
		display: inline-block;
		font-family: "Courier New", monotype;
		font-size: 16px;
		padding: 20px;
		}

a:link		{
		color: black;
		text-decoration:none;
		}

a:hover		{
		color: black;
		text-decoration: underline;
		}

a:visited	{
		color: black;
		text-decoration: none;
		}

a:active	{
		color:black;
		text-decoration: boldunderline;
		}


