div.copyright {
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0;
	right: 0;
}
table {
	margin: 0 auto;
	width: 800px
}
p {
	width: 100px
	height: 100px
}
a {
    text-decoration: none;
}
l {
	color: Black;
	font-family: Sans-serif;
	font-size: 20px
}
l:link {
	color: Black;
	font-family: Sans-serif;
	font-size: 20px
	text-decoration: none;
}
l:visited {
	color: Black;
	font-family: Sans-serif;
	font-size: 20px
	text-decoration: none;
}
l:hover {
	color: Gray;
	font-family: Sans-serif;
	font-size: 20px
	text-decoration: none;
}
l:active {
	color: Black;
	font-family: Sans-serif;
	font-size: 20px
	text-decoration: none;
}
f {
	font-family: Sans-serif;
	font-size: 50px
}
f2 {
	font-family: Sans-serif;
	font-size: 20px
}
f3 {
	font-family: Sans-serif;
	font-size: 10px
}