.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Family */
	font-size: 12px; /* All Font Sizes Are 12 Pixels */
	color: #FFFFFF; /* Font Color is White */
	background-color: #000000; /* Background Color is Black */
	padding: 1px; /* Cell Padding is 1 Pixel */
	width: 100%; /* Table Width is 100% */
	text-align: center; /* Center Align Text */
	border-top-width: thin;  /* Border Width is Thin */
	border-right-width: thin; /* Border Width is Thin */
	border-bottom-width: thin; /* Border Width is Thin */
	border-left-width: thin; /* Border Width is Thin */
	text-decoration: none; /* Text Decoration Special Effects is None */
	height: 50px;
}
